command-line-api
command-line-api copied to clipboard
Typo suggestions don't seem to look at recursive options
As per the title. I've had a quick look through the code and I think this is because it generates the list of possible tokens from the children of the subcommand, but doesn't then also add the recursive options from the parent commands.