Command line arguments are now handled in a separate file. Command line arguments that are specific for a configuration file can be added by calling function add_config_file_argument defined in utils.cmdline_args. The help messages for the newly added configurationfile-specific command line arguments will appear when executing for example:
$ hummingbird.py -b my_conf.py --help
Command line arguments are now handled in a separate file. Command line arguments that are specific for a configuration file can be added by calling function add_config_file_argument defined in utils.cmdline_args. The help messages for the newly added configurationfile-specific command line arguments will appear when executing for example: $ hummingbird.py -b my_conf.py --help