[Optimisation] Stop re-parsing of commands for default sub commands
Open
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
in https://github.com/google/argh/pull/129, the implementation would re-parse the command by forwarding the entire args into the optional subcommand if exists.
Optimise the code so that a single pass would process the entire chain.
Contributor guide
Assessment
This issue has not been assessed yet.