ecal.cli¶
Command-line interface for eCAL.
Functions
|
Entry point for the |
- ecal.cli.main(argv=None)[source]¶
Entry point for the
ecalconsole script.Parses command-line arguments and dispatches to the
estimateorprofilessubcommand. With no subcommand, prints help and exits with status 1.- Parameters:
argv – Argument list to parse instead of
sys.argv[1:]. Primarily useful for testing.