CommandLineSettings.appName

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

If left as null, then the executable's name is used instead.

struct CommandLineSettings
Nullable!string appName;

Meta