Skip to content

Commit 0ba077f

Browse files
committed
Add description in documentation and help message
1 parent c1817b6 commit 0ba077f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Options: <br>
4343
`-st, --start -> Introduces Dynamic CLI` <br>
4444
`-v, --version -> Gives the Version of the CLI` <br>
4545
`-s, --search -> Search a question on Stackoverflow` <br>
46+
`-no, --notion -> Open browser to login to Notion.so` <br>
4647
`-d, --debug -> Turn on Debugging mode` <br>
4748
`-c, --custom -> Setup a custom API key` <br>
4849
`-h, --help -> Shows this message and exit` <br>

main.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@
5757

5858
parser.add_argument("-no",
5959
"--notion",
60-
help="Login to your Notion account to save playbook",
60+
help="\
61+
Login to your Notion account to save playbook.\
62+
Opens a browser window for you to login to\
63+
your Notion accout",
6164
action='store_true')
6265

6366
ARGV = parser.parse_args()

0 commit comments

Comments
 (0)