TTS v3.0.0
The Tiny Test System
Loading...
Searching...
No Matches
Configuration Utilities

Classes

struct  tts::options
 Command line arguments lightweight processor. More...

Functions

options const & tts::arguments ()
 Retrieve the current list of command line argument.
bool tts::is_verbose ()
 Check if verbose mode is enabled.

Function Documentation

◆ arguments()

options const & tts::arguments ( )
inline

#include <tts/tools/options.hpp>

Retrieve the current list of command line argument.

See also
options
Returns
The pre-processed command line arguments as a reference to a tts::options instance.

◆ is_verbose()

bool tts::is_verbose ( )
inline

#include <tts/tools/options.hpp>

Check if verbose mode is enabled.

Returns
true if verbose mode is enabled, false otherwise. Verbose mode is enabled when the --verbose or -v command line argument is provided.