Flag for displaying command-line interface help information. More...
#include <helpFlag.hpp>
Public Member Functions | |
| helpFlag (cli &c) | |
| const nchar * | getName () const override |
| const nchar * | getDescription () const override |
Protected Member Functions | |
| const strings & | _getRegExpr () const override |
| res | _onTake (const flagArgs &tray) const override |
Flag for displaying command-line interface help information.
This flag, when activated, outputs a description of all available CLI flags and their functionalities. It typically terminates the program after displaying help.