Skip to content

Commit 5c88b35

Browse files
authored
Update cmdarg.py
1 parent f91b324 commit 5c88b35

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)