hermes.commands.report.base
Classes
Configuration of the |
|
Generate a summarized provenance report for the steps chosen by the user. |
Module Contents
- class hermes.commands.report.base.HermesReportSettings(/, **data: Any)
Bases:
pydantic.BaseModelConfiguration of the
reportcommand.
- class hermes.commands.report.base.HermesReportCommand(parser: argparse.ArgumentParser)
Bases:
hermes.commands.base.HermesCommandGenerate a summarized provenance report for the steps chosen by the user.
- init_command_parser(command_parser: argparse.ArgumentParser) None
Add arguments for report command.
- Parameters:
command_parser (ArgumentParser) – The used argument parser.
- Return type:
None