pjkm.cli.commands.config¶
Configuration commands — defaults, tui.
Functions¶
Module Contents¶
- 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.