command-line-api icon indicating copy to clipboard operation
command-line-api copied to clipboard

Tokenizer.Tokenize requires CliCommand rootCommand when it is already passed in via the CliConfiguration

Open PonchoPowers opened this issue 1 year ago • 0 comments

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?

PonchoPowers avatar Jun 07 '24 02:06 PonchoPowers