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.
2 parents dfc7da4 + 3f6c38c commit 92c0ab0Copy full SHA for 92c0ab0
src/bootstrap/bootstrap.py
@@ -359,7 +359,7 @@ def main():
359
parser.add_argument('--clean', action='store_true')
360
parser.add_argument('-v', '--verbose', action='store_true')
361
362
- args = [a for a in sys.argv if a != '-h']
+ args = [a for a in sys.argv if a != '-h' and a != '--help']
363
args, _ = parser.parse_known_args(args)
364
365
# Configure initial bootstrap
0 commit comments