CommandLineSettings

Settings that can be provided to CommandLineInterface to change certain behaviour.

struct CommandLineSettings {}

Members

Variables

appName
string appName;

The name of your application, this is only used when displaying error messages and help text.

bashCompletion
bool bashCompletion;

Whether or not CommandLineInterface should provide bash completion. Defaults to false.

Meta