command-line-api
command-line-api copied to clipboard
Tokenizer.Tokenize requires CliCommand rootCommand when it is already passed in via the CliConfiguration
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?