You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm happy to do the PR that ports the completion logic for each shell from cobra,
but glint will need to support the hidden subcommand to make that work.
The text was updated successfully, but these errors were encountered:
Having a way to dump the list of subcommands would be nice too; I was just looking to make a shallow FZF wrapper with my CLI but I can't find a way to list all the subcommands to pass to FZF. +1 on this issue.
In order to support shell completion, we'll need something like a subcommand:
Then we can use a version of
cobra
s shell completion logic:https://github.com/spf13/cobra/blob/main/bash_completionsV2.go
I'm happy to do the PR that ports the completion logic for each shell from cobra,
but
glint
will need to support the hidden subcommand to make that work.The text was updated successfully, but these errors were encountered: