carapace-sh / carapace-bin

multi-shell multi-command argument completer
https://carapace.sh
MIT License
920 stars 48 forks source link

k3d completer #1864

Open giggio opened 1 year ago

giggio commented 1 year ago

Command

k3d

Description

Little helper to run CNCF's k3s in Docker

Homepage

https://k3d.io/

Documentation

https://k3d.io/v5.7.2/usage/commands/k3d/

Repository

https://github.com/k3d-io/k3d

Complexity

L

Anything else?

No response

Polar

Fund with Polar

rsteube commented 1 year ago

Yes, it's cobra based so subcommands/flags can be generated. You should be able to bridge it for now: https://rsteube.github.io/carapace-bin/spec/bridge.html#cobra

giggio commented 1 year ago

Yes, it's cobra based so subcommands/flags can be generated. You should be able to bridge it for now: rsteube.github.io/carapace-bin/spec/bridge.html#cobra

Yes, that worked for now! Thanks!