Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 450 Bytes

command_line_args.rst

File metadata and controls

22 lines (16 loc) · 450 Bytes

Command-Line Arguments

Note

In cases where a behavior can be controlled by both a command line argument, and a configuration file (.json file), the command line argument will ALWAYS take precedence.

run

.. argparse::
   :filename: ../../src/runtools/parse_args.py
   :func: parser
   :prog: run

submit.py

.. argparse::
   :filename: ../../src/neuron/submit.py
   :func: parser
   :prog: submit.py