run-them-all config --init <path> Creates empty configuration file at given path.
Then prompts the user if he wants to edit it.
run-them-all config --set <path> Tells cli which file to use as configuration.
run-them-all config --read Prints currently used configuration file to the console.
run-them-all config --edit Lists commands to choose for editting.
run-them-all config --edit <command> Specify a command to edit.
run-them-all config --add --name cmd1 --command="echo hello world" Adds new command to the configuration.
Shows a preview before adding.
run-them-all config --open <editor.exe> Opens configuration file in specified editor.
Configuration commands: