Skip to content

Commit 479e932

Browse files
authored
Merge branch 'developerproductivity:main' into main
2 parents 5bfd958 + 5c88b35 commit 479e932

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmdarg.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
import sys
22

33
print(sys.argv)
4+
5+
cmp = sys.argv[1]
6+
if cmp == "mysecret":
7+
print("Success")

0 commit comments

Comments
 (0)