Skip to content

Commit 5e8587b

Browse files
committed
Change optional argument from '-start' to '-st' and '--start'
1 parent 25b37ab commit 5e8587b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
version = "0.1"
77

88
parser = argparse.ArgumentParser()
9-
parser.add_argument("-start",
9+
parser.add_argument("-st",
10+
"--start",
1011
help="introduce you to dynamic",
1112
action="store_true")
1213

@@ -46,7 +47,7 @@
4647
\U0001F4C4 Open browser to create new Stack Overflow question with '-n [title(optional)]'
4748
\U0001F4C2 Save answer to a file with '-file'
4849
\U00002728 Know the version of Dynamic CLI with '-V'
49-
\U0001F609 See this message again with '-start'
50+
\U0001F609 See this message again with '-st'
5051
\U00002755 Get help with '-h'
5152
''')
5253
else:

0 commit comments

Comments
 (0)