pjkm.cli.commands.config

Configuration commands — defaults, tui.

Functions

tui()

Launch the interactive TUI wizard.

defaults([init_config, show_global])

Show or create user default configuration.

Module Contents

pjkm.cli.commands.config.tui()[source]

Launch the interactive TUI wizard.

Return type:

None

pjkm.cli.commands.config.defaults(init_config=typer.Option(False, '--init', help='Create a .pjkmrc.yaml template in the current directory'), show_global=typer.Option(False, '--global', help='Show the global config file path (~/.pjkmrc.yaml)'))[source]

Show or create user default configuration.

Defaults are loaded from ~/.pjkmrc.yaml (global) and ./.pjkmrc.yaml (local). Local overrides global. CLI flags override both.

Parameters:
Return type:

None