Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tailscale completer #2552

Open
BurnerWah opened this issue Oct 16, 2024 · 0 comments
Open

tailscale completer #2552

BurnerWah opened this issue Oct 16, 2024 · 0 comments
Labels
completer High level tracking issue for completer enhancement New feature or request fund Fundable with polar.sh

Comments

@BurnerWah
Copy link

BurnerWah commented Oct 16, 2024

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 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.

Polar

Fund with Polar
@BurnerWah BurnerWah added completer High level tracking issue for completer enhancement New feature or request fund Fundable with polar.sh labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completer High level tracking issue for completer enhancement New feature or request fund Fundable with polar.sh
Projects
None yet
Development

No branches or pull requests

1 participant