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