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 29bd744 commit 8f01c30Copy full SHA for 8f01c30
Utilities/bootstrap
@@ -37,7 +37,7 @@ def main():
37
This script will build a bootstrapped copy of the Swift Package Manager, and optionally perform extra
38
actions like installing the result (with 'install') to a location ('--prefix').
39
""")
40
- subparsers = parser.add_subparsers(dest='command')
+ subparsers = parser.add_subparsers(dest='command', required=True)
41
42
# clean
43
parser_clean = subparsers.add_parser("clean", help="cleans build artifacts")
0 commit comments