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 d9a1acd commit 7a5e5a5Copy full SHA for 7a5e5a5
main.py
@@ -39,6 +39,15 @@
39
40
if __name__ == "__main__":
41
if ARGV.start:
42
- print("add an introduction and emojis here")
+ print('''
43
+ \U0001F604 Hello and Welcome to Dynamic CLI
44
+ \U0001F917 Use the following commands to get started
45
+ \U0001F50E Search on StackOverflow with '-s'
46
+ \U0001F4C4 Open browser to create new Stack Overflow question with '-n [title(optional)]'
47
+ \U0001F4C2 Save answer to a file with '-file'
48
+ \U00002728 Know the version of Dynamic CLI with '-V'
49
+ \U0001F609 See this message again with '-start'
50
+ \U00002755 Get help with '-h'
51
+ ''')
52
else:
53
search_flag.search_args()
0 commit comments