cli
Command line functionality of basicrta.
The main() function of this module gets the argument parser from each of the scripts below and executes the main() function of the module called. The function also collects help from the subparsers and provides it at the command line.
Modules callable from the cli: contacts.py, gibbs.py, cluster.py, kinetics.py, combine.py.
- cli.main()[source]
This module provides the functionality for a command line interface for basicrta scripts. The scripts available to the cli are:
contacts.py
gibbs.py
cluster.py
combine.py
kinetics.py
Each script is called and ran using the main() function of each module and the parser is passed to the cli using the get_parser() function. Any module added to the cli needs to have both functions.