Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +1 -0
t5s/cli.py
CHANGED
|
@@ -51,6 +51,7 @@ parser_start.add_argument(
|
|
| 51 |
|
| 52 |
parser_dirs = command_subparser.add_parser(
|
| 53 |
"dirs",
|
|
|
|
| 54 |
)
|
| 55 |
|
| 56 |
parser_push = command_subparser.add_parser(
|
|
|
|
| 51 |
|
| 52 |
parser_dirs = command_subparser.add_parser(
|
| 53 |
"dirs",
|
| 54 |
+
help="Create directories that are ignored by git but required for the project",
|
| 55 |
)
|
| 56 |
|
| 57 |
parser_push = command_subparser.add_parser(
|