We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc034b7 commit 7b5f81cCopy full SHA for 7b5f81c
src/mario/cli.py
@@ -21,11 +21,17 @@
21
22
CONTEXT_SETTINGS = {"default_map": config.DEFAULTS}
23
24
-doc = """Mario: Python pipelines for your shell.
+doc = f"""\
25
+Mario: Python pipelines for your shell.
26
- GitHub: https://github.com/python-mario/mario
27
+GitHub: https://github.com/python-mario/mario
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
+"""
35
basics = click.Group(commands=plug.global_registry.cli_functions)
36
ALIASES = plug.global_registry.aliases
37
0 commit comments