We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1817b6 commit 0ba077fCopy full SHA for 0ba077f
2 files changed
README.md
@@ -43,6 +43,7 @@ Options: <br>
43
`-st, --start -> Introduces Dynamic CLI` <br>
44
`-v, --version -> Gives the Version of the CLI` <br>
45
`-s, --search -> Search a question on Stackoverflow` <br>
46
+`-no, --notion -> Open browser to login to Notion.so` <br>
47
`-d, --debug -> Turn on Debugging mode` <br>
48
`-c, --custom -> Setup a custom API key` <br>
49
`-h, --help -> Shows this message and exit` <br>
main.py
@@ -57,7 +57,10 @@
57
58
parser.add_argument("-no",
59
"--notion",
60
- help="Login to your Notion account to save playbook",
+ help="\
61
+ Login to your Notion account to save playbook.\
62
+ Opens a browser window for you to login to\
63
+ your Notion accout",
64
action='store_true')
65
66
ARGV = parser.parse_args()
0 commit comments