Steve Jackson
Results
1
issues of
Steve Jackson
Hey, great job, love the tool !!!! When creating command groups using classes, --help isn't correctly displaying. **Consider this example** ``` import fire class GroupBase: def __init__(self, verbose: bool): self.verbose...