You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fx/internal/complete/fish.go

7 lines
121 B
Go

package complete
func Fish() string {
return `complete --command fx --arguments '(COMP_FISH=(commandline -cp) fx)'
`
}