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

Flag for displaying application version information. More...

#include <verFlag.hpp>

Inheritance diagram for by::verFlag:

Public Member Functions

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 application version information.

When this flag is activated, the program outputs details about its version, build date, and other relevant build information, then terminates.

// Example usage:
// frontend --version

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