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 5dc04c4 commit af825feCopy full SHA for af825fe
src/main.py
@@ -30,7 +30,7 @@ def main():
30
start()
31
32
if __name__ == '__main__':
33
- if "setup" in argv:
+ if "--setup" in argv:
34
install()
35
exit(0)
36
0 commit comments