- Copy
example_commands.json
tocommands.json
- Modify as necessary.
- To get an
argparse
ArgumentParser, callargparsejson.parse_arguments(<commands_file>)
(adding optional parameters if necessary). Then, callparse_args()
on the returned ArgumentParser.
All documentation can be found here
The fully up-to-date JSON schema can be found here