Skip to content

Configuration

Grisgram edited this page Sep 1, 2024 · 1 revision

The package includes a small configuration script, which should be fine for the majority of use cases, however, you may tweak some of the parser settings here.

The file is simple and straightforward, these are the settings in the CommandLine_Configuration file:

#macro ARGS_SWITCH_ENABLED		"+"
#macro ARGS_SWITCH_DISABLED		"-"
#macro ARGS_SWITCH_NEUTRAL		"/"
#macro ARGS_OPTION_IDENTIFIER		"--"
#macro ARGS_COMMAND_IDENTIFIERS		[ ":", "=" ]

Clone this wiki locally