ecal.cli

Command-line interface for eCAL.

Functions

main([argv])

Entry point for the ecal console script.

ecal.cli.main(argv=None)[source]

Entry point for the ecal console script.

Parses command-line arguments and dispatches to the estimate or profiles subcommand. 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.