File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 5757
5858parser .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
6366ARGV = parser .parse_args ()
You can’t perform that action at this time.
0 commit comments