2
0
Paul Scott 82394debb7 cmd/tailscale: add shell tab-completion 2 жил өмнө
..
LICENSE.txt 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
README.md 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
cobra.go 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
comp.bash 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
comp.bash.gz 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
comp.fish 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
comp.fish.gz 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
comp.go 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
comp.ps1 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
comp.ps1.gz 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
comp.zsh 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
comp.zsh.gz 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө
gen.go 82394debb7 cmd/tailscale: add shell tab-completion 1 жил өмнө

README.md

github.com/spf13/cobra

This package contains a copy of the Apache 2.0-licensed shell scripts that Cobra uses to integrate tab-completion into bash, zsh, fish and powershell, and the constants that interface with them. We are re-using these scripts to implement similar tab-completion for ffcli and the standard library flag package.

The shell scripts were Go constants in the Cobra code, but we have extracted them into separate files to facilitate gzipping them, and have removed the activeHelp functionality from them.