Improve tab completion #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, tab completion only works well for the
set
subcommand. Everything is hardcoded and other commands are just not supported, apart from the main subcommand itself. We need to make drastic changes to implement this, but the priority is low since the rest of the commands are mostly administrative and thus not accessible to end users.Ideally, we would make a "subcommand" interface that does its own tab-completion, and make all subcommands implement it, but this requires an almost complete rewrite of the subcommands.