qwikstart.operations.echo module

class qwikstart.operations.echo.Operation(local_context: Optional[Mapping[str, Any]] = None, opconfig: Optional[Dict[str, Any]] = None, description: str = '')

Bases: qwikstart.operations.base.BaseOperation

Operation to echo a message to the console.

See https://qwikstart.readthedocs.io/en/latest/operations/echo.html

Overrides default opconfig with:

  • display_description: False

default_opconfig = {'display_description': False}
name: str = 'echo'
run(context: qwikstart.operations.echo.Context) → None

Override with action