Skip to content

Commit 7a5e5a5

Browse files
committed
Add introductory message on '-start'
1 parent d9a1acd commit 7a5e5a5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

main.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@
3939

4040
if __name__ == "__main__":
4141
if ARGV.start:
42-
print("add an introduction and emojis here")
42+
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+
''')
4352
else:
4453
search_flag.search_args()

0 commit comments

Comments
 (0)