MCPcopy Index your code
hub / github.com/nathom/streamrip / config_path

Function config_path

streamrip/rip/cli.py:311–314  ·  view source on GitHub ↗

Display the path of the config file.

(ctx)

Source from the content-addressed store, hash-verified

309@config.command("path")
310@click.pass_context
311def config_path(ctx):
312 """Display the path of the config file."""
313 config_path = ctx.obj["config_path"]
314 console.print(f"Config path: [bold cyan]'{config_path}'")
315
316
317@rip.group()

Callers

nothing calls this directly

Calls 1

printMethod · 0.80

Tested by

no test coverage detected