httk.core.system¶
The core-owned httk system command for managing per-user state.
Functions¶
|
Handle the registered top-level system command. |
Module Contents¶
- httk.core.system.command(argv, context)[source]¶
Handle the registered top-level system command.
- Parameters:
argv (collections.abc.Sequence[str]) – Arguments following the system command name.
context (httk.core.cli.CLIContext) – Root CLI invocation context.
- Returns:
Command exit status.
- Return type: