gagan3012 commited on
Commit
eced0dd
·
1 Parent(s): 572a1b8

Update cli.py

Browse files
Files changed (1) hide show
  1. t5s/cli.py +3 -0
t5s/cli.py CHANGED
@@ -32,6 +32,9 @@ parser_start.add_argument(
32
  )
33
  parser_start.add_argument(
34
  "-mt", "--model_type", default="t5", help="Enter the model type"
 
 
 
35
  parser_dirs = command_subparser.add_parser(
36
  "dirs",
37
  help="Create directories that are ignored by git but required for " "the project",
 
32
  )
33
  parser_start.add_argument(
34
  "-mt", "--model_type", default="t5", help="Enter the model type"
35
+ )
36
+ parser_start.add_argument(
37
+ "-m",
38
  parser_dirs = command_subparser.add_parser(
39
  "dirs",
40
  help="Create directories that are ignored by git but required for " "the project",