We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053efc6 commit 439d2e8Copy full SHA for 439d2e8
tools/project.py
@@ -64,13 +64,13 @@
64
default=False,
65
help="use the mbed library build, instead of the sources")
66
67
- parser.add_argument("-L", "--list-tests",
+ group.add_argument("-L", "--list-tests",
68
action="store_true",
69
dest="list_tests",
70
71
help="list available programs in order and exit")
72
73
- parser.add_argument("-S", "--list-matrix",
+ group.add_argument("-S", "--list-matrix",
74
75
dest="supported_ides",
76
@@ -82,7 +82,7 @@
82
83
help="writes tools/export/README.md")
84
85
- parser.add_argument("--source",
+ group.add_argument("--source",
86
nargs="*",
87
type=argparse_filestring_type,
88
dest="source_dir",
0 commit comments