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 5bfd958 + 5c88b35 commit 479e932Copy full SHA for 479e932
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