Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +2 -0
t5s/cli.py
CHANGED
@@ -47,6 +47,8 @@ parser_start.add_argument(
|
|
47 |
)
|
48 |
parser_start.add_argument(
|
49 |
"-b", "--batch-size", default=2, help="Enter the number of batches"
|
|
|
|
|
50 |
parser_dirs = command_subparser.add_parser(
|
51 |
"dirs",
|
52 |
help="Create directories that are ignored by git but required for " "the project",
|
|
|
47 |
)
|
48 |
parser_start.add_argument(
|
49 |
"-b", "--batch-size", default=2, help="Enter the number of batches"
|
50 |
+
)
|
51 |
+
|
52 |
parser_dirs = command_subparser.add_parser(
|
53 |
"dirs",
|
54 |
help="Create directories that are ignored by git but required for " "the project",
|