CLI execution shouldn't call subcommands recursively #12
Loading…
x
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?
This needs a bit more thought, but I think there should be a way for the parser
execute
function to call subcommands iteratively rather than recursively. The main advantage of this approach would be reducing the stack call depth of nested subcommands