You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./x.py help
Traceback (most recent call last):
File "./x.py", line 11, in <module>
bootstrap.main()
File "/home/eijebong/code/rust/src/bootstrap/bootstrap.py", line 833, in main
sys.argv = sys.argv[:1] + [sys.argv[2], '-h'] + sys.argv[3:]
IndexError: list index out of range