summaryrefslogtreecommitdiffhomepage
path: root/tempfork/spf13
AgeCommit message (Collapse)AuthorFilesLines
2024-04-17cmd/tailscale: add shell tab-completionPaul Scott13-0/+1475
The approach is lifted from cobra: `tailscale completion bash` emits a bash script for configuring the shell's autocomplete: . <( tailscale completion bash ) so that typing: tailscale st<TAB> invokes: tailscale completion __complete -- st RELNOTE=tailscale CLI now supports shell tab-completion Fixes #3793 Signed-off-by: Paul Scott <paul@tailscale.com>