Skip to content

Commit e7590bf

Browse files
committed
Improve main CLI help
1 parent 3afed5e commit e7590bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution_runner/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@click.group(context_settings=CONTEXT)
1010
def cli() -> click.Group:
1111
"""
12-
Main CLI holding all Advent of Code related commands.
12+
Make your Advent of Code journey easier.
1313
1414
For more information about Advent of Code, see https://adventofcode.com.
1515
"""

0 commit comments

Comments
 (0)