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 25b37ab commit 5e8587bCopy full SHA for 5e8587b
main.py
@@ -6,7 +6,8 @@
6
version = "0.1"
7
8
parser = argparse.ArgumentParser()
9
-parser.add_argument("-start",
+parser.add_argument("-st",
10
+ "--start",
11
help="introduce you to dynamic",
12
action="store_true")
13
@@ -46,7 +47,7 @@
46
47
\U0001F4C4 Open browser to create new Stack Overflow question with '-n [title(optional)]'
48
\U0001F4C2 Save answer to a file with '-file'
49
\U00002728 Know the version of Dynamic CLI with '-V'
- \U0001F609 See this message again with '-start'
50
+ \U0001F609 See this message again with '-st'
51
\U00002755 Get help with '-h'
52
''')
53
else:
0 commit comments