Skip to content

tailscale completer #2552

Open
Open
@BurnerWah

Description

@BurnerWah

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    completerHigh level tracking issue for completerenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions