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