digichem status
usage: digichem status [-h] [-I] [-V] [--log_level {DEBUG,INFO,WARNING,ERROR,CRITICAL,OFF}] [-S [SETTING ...]] [--config_files [CONFIG_FILES ...]] [methods ...]
Positional Arguments
- methods
Selected methods to show status for
Default: ()
General Options
General options that control various aspects of silico
- -I, --interactive
Run this command interactively
Default: False
- -V, --verbose
Increase verbosity, stack with itself to further increase verbosity (each time this option is given, log_level is increased by one stage)
- --log_level
Possible choices: DEBUG, INFO, WARNING, ERROR, CRITICAL, OFF
The level of messages to print
- -S, --setting
Set a config option to a value. Options of this type are parsed as if they were a config file (in yaml format) and are then used to set corresponding options, eg -S “absorption_graph: {fwhm: 100}”
Default: []
- --config_files
An additional config file to read from. See the master config file for possible config options. Note that the master config file (at silico/data/config/silico.yaml) and user config file (at ~/.config/silico/silico.yaml) are always read automatically and do not need to be specified here. Multiple files may be given and will be processed in the order specified (the last having highest priority)
Default: []