Skip to content

Help

Mateusz Brawański requested to merge github/fork/jcryer/help into master

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

Notes

(Sorry for breaking everything and touching CNext, I got warned not to eek)

Merge request reports

Loading