Help
Created by: jcryer
Summary
Resolves #195 (closed)
Details
-
Adds
.WithQualifiedCommandName(string)
method to BaseHelpFormatter, to return all modules in command name. -
Also replaces
.WithGroupExecutable()
with.AsCommandGroup(bool)
- When called, a bool is set to true, indicating that the command being looked at in the HelpFormatter is a group. The bool passed in the method informs the HelpFormatter whether or not the group is actually Executable.
Changes proposed
- Did as suggested in issue #195 (closed)
Notes
(Sorry for breaking everything and touching CNext, I got warned not to eek)