dotnet / dotnet/command-line-api
Tokenizer.Tokenize requires CliCommand rootCommand when it is already passed in via the CliConfiguration
Open
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
When calling `Tokenizer.Tokenize`, I'm not sure if there is a reason for why the `CliCommand rootCommand` is required when it is already set in `CliConfiguration`. Also, why is `CliCommand` the type instead of `CliRootCommand`?
Contributor guide
Assessment
This issue has not been assessed yet.