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 f91b324 commit 5c88b35Copy full SHA for 5c88b35
cmdarg.py
@@ -1,3 +1,7 @@
1
import sys
2
3
print(sys.argv)
4
+
5
+cmp = sys.argv[1]
6
+if cmp == "mysecret":
7
+ print("Success")
0 commit comments