mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
8 lines
114 B
Go
8 lines
114 B
Go
package main
|
|
|
|
import "github.com/carapace-sh/carapace-bin/cmd/carapace-parse/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|