Print the config file path.
()
| 1012 | |
| 1013 | @config.command("path") |
| 1014 | def config_path() -> None: |
| 1015 | """Print the config file path.""" |
| 1016 | click.echo(_resolve_config_path()) |
| 1017 | |
| 1018 | |
| 1019 | @app.command() |
nothing calls this directly
no test coverage detected