tailscale completer #2552
Labels
completer
High level tracking issue for completer
enhancement
New feature or request
fund
Fundable with polar.sh
Command
tailscale
Description
CLI for the Tailscale Wireguard VPN
Homepage
https://tailscale.com/
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 oftailscale __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.
Polar
The text was updated successfully, but these errors were encountered: