qwikstart.operations.append_text module

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

Bases: qwikstart.operations.base.BaseOperation

Operation for appending text to a given file.

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

get_text(context: qwikstart.operations.append_text.Context) → str
name: str = 'append_text'
run(context: qwikstart.operations.append_text.Context) → None

Override with action