Skip to content

Commit 58c6434

Browse files
fix: help doc
1 parent a2bbbe0 commit 58c6434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/mcpm/commands/config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def config():
2727
@click.help_option("-h", "--help")
2828
def set():
2929
"""Set MCPM configuration.
30-
30+
3131
Example:
32-
32+
3333
\b
3434
mcpm config set
3535
"""
@@ -48,9 +48,9 @@ def set():
4848
@click.help_option("-h", "--help")
4949
def get(name):
5050
"""Get MCPM configuration.
51-
51+
5252
Example:
53-
53+
5454
\b
5555
mcpm config get node_executable
5656
"""

0 commit comments

Comments
 (0)