로딩중...
검색중...
일치하는것 없음
by::helpFlag 클래스 참조

Flag for displaying command-line interface help information 더 자세히 ...

#include <helpFlag.hpp>

by::helpFlag에 대한 상속 다이어그램 :

Public 멤버 함수

 helpFlag (cli &c)
 
const nchargetName () const override
 
const nchargetDescription () 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.

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

이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.:
to Top