mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-06 07:52:55 +00:00
8 lines
126 B
Go
8 lines
126 B
Go
package main
|
|
|
|
import "github.com/carapace-sh/carapace-bin/completers/ssh-agent_completer/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|