gagan3012 commited on
Commit
5c7f8ce
·
1 Parent(s): e172fe0

Update cli.py

Browse files
Files changed (1) hide show
  1. 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",