EleFits  5.3.1
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches

◆ flag()

void flag ( const char *  name,
const char *  description 
)

Add a flag.

Parameters
nameThe flag name
descriptionThe flag description

A flag is a named option which is either set (implicitely to true) or omitted, in which case the value is false. A flag is simply set as:

Program --flag