hermes.cli
Contents
hermes.cli
This module provides the main entry point for the HERMES command line application.
Module Contents
Classes
Custom multi-command that implements |
Functions
|
|
|
HERMES |
- class hermes.cli.WorkflowCommand(*args, **kwargs)
Bases:
click.Group
Custom multi-command that implements
sub-commands in a fixed order,
automatic call of sub-commands, and
filtering of commands to be executed.