ATKconfig
This tool allows for the various Config tools to be utilised from the command line. The first argument sets the job to perform on the config. See tutorials for examples.
Usage 1
ATKconfig show [-h]
Calls showConfig(), printing the current state of the config to stdout.
Optional Arguments:
-h, --help Show help message and exit
Usage 2
ATKconfig open [-h]
Calls openConfig(), opening the config in the default text editor.
Optional Arguments:
-h, --help Show help message and exit
Usage 3
ATKconfig edit [-h] <key> <value>
Calls editConfig(), setting the <value> of a config <key>. See Config Keys for a list of available keys.
Positional Arguments:
key Name of config key to edit value New value of config key
Optional Arguments:
-h, --help Show help message and exit
Usage 4
ATKconfig reset [-h]
Calls resetConfig(), resetting the config to its default state.
Optional Arguments:
-h, --help Show help message and exit