Manage configuration settings.
(
show: bool = typer.Option(False, "--show", "-s", help="Show current configuration"),
set_key: str | None = typer.Option(None, "--set", "-k", help="Set a configuration value (format: key=value)"),
)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected