Open
Description
Command
tailscale
Description
CLI for the Tailscale Wireguard VPN
Homepage
Documentation
https://tailscale.com/kb/1080/cli
Repository
https://github.com/tailscale/tailscale
Complexity
M
Anything else?
Tailscale's CLI is using an internal fork of Cobra that doesn't respond to the same commands as the builtin cobra bridge expects, but getting completions by executing tailscale completion __complete --descs=true --flags=true --
instead of tailscale __complete
results in nearly the same output as a normal cobra command, with the main difference being a lack of any directive strings.
Using that would probably make this a pretty simple completion to add, and I think directives might be broken anyways, but adding a proper spec would probably take longer.