mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-23 08:01:15 +00:00
8 lines
117 B
Go
8 lines
117 B
Go
package main
|
|
|
|
import "github.com/rsteube/carapace-bin/completers/tree_completer/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|