Flag for displaying command-line interface help information 더 자세히 ...
#include <helpFlag.hpp>
Public 멤버 함수 | |
| helpFlag (cli &c) | |
| const nchar * | getName () const override |
| const nchar * | getDescription () const override |
Protected 멤버 함수 | |
| 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.