CommandLineSettings

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

Members

Variables

appName
Nullable!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.

sink
Nullable!CommandLineSinkFunc sink;

A user-defined sink to call whenever CommandLineInterface itself (not it's subcomponents or commands) wants to output text.

Meta