mednet.scripts.click

Classes

ConfigCommand(name, *args[, help, ...])

A click command-class that has the properties of clapper.click.ConfigCommand and adds verbatim epilog formatting.

class mednet.scripts.click.ConfigCommand(name, *args, help=None, entry_point_group=None, **kwargs)[source]

Bases: ConfigCommand

A click command-class that has the properties of clapper.click.ConfigCommand and adds verbatim epilog formatting.

format_epilog(_, formatter)[source]

Format the command epilog during –help.

Parameters:
  • _ – The current parsing context.

  • formatter (HelpFormatter) – The formatter to use for printing text.

Return type:

None