Skip to content

Commit 7b5f81c

Browse files
akbakb
authored andcommitted
Document config location
1 parent bc034b7 commit 7b5f81c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/mario/cli.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,17 @@
2121

2222
CONTEXT_SETTINGS = {"default_map": config.DEFAULTS}
2323

24-
doc = """Mario: Python pipelines for your shell.
24+
doc = f"""\
25+
Mario: Python pipelines for your shell.
2526
26-
GitHub: https://github.com/python-mario/mario
27+
GitHub: https://github.com/python-mario/mario
2728
28-
"""
29+
\b
30+
Configuration:
31+
Declarative config: {config.get_config_dir() / 'config.toml'}
32+
Python modules: {config.get_config_dir() / 'modules/*.py'}
33+
34+
"""
2935
basics = click.Group(commands=plug.global_registry.cli_functions)
3036
ALIASES = plug.global_registry.aliases
3137

0 commit comments

Comments
 (0)