Loading...
Searching...
No Matches
by::helpFlag Class Reference

Flag for displaying command-line interface help information. More...

#include <helpFlag.hpp>

Inheritance diagram for by::helpFlag:

Public Member Functions

 helpFlag (cli &c)
 
const nchargetName () const override
 
const nchargetDescription () const override
 

Protected Member Functions

const strings & _getRegExpr () const override
 
res _onTake (const flagArgs &tray) const override
 

Detailed Description

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.

// Example usage:
// frontend --help
// frontend -h

The documentation for this class was generated from the following files:
to Top