@@ -24,8 +24,8 @@ Options:
2424 --help Show this message and exit.
2525
2626Commands:
27- create Create a new user with ' username' .
28- delete Delete a user with ' username' .
27+ create Create a new user with username.
28+ delete Delete a user with username.
2929 delete-all Delete ALL users in the database.
3030 init Initialize the users database.
3131
@@ -36,7 +36,7 @@ $ python main.py create --help
3636
3737Usage: main.py create [OPTIONS] {username}
3838
39- Create a new user with ' username' .
39+ Create a new user with username.
4040
4141Options:
4242 --help Show this message and exit.
@@ -46,7 +46,7 @@ $ python main.py delete --help
4646
4747Usage: main.py delete [OPTIONS] {username}
4848
49- Delete a user with ' username' .
49+ Delete a user with username.
5050
5151 If --force is not used, will ask for confirmation.
5252
@@ -112,10 +112,10 @@ Options:
112112 --help Show this message and exit.
113113
114114Commands:
115- create Create a new user with ' username' .
116- delete Delete a user with ' username' .
115+ create Create a new user with username.
116+ delete Delete a user with username.
117117
118- // It uses "Create a new user with ' username' ." instead of "Some internal utility function to create."
118+ // It uses "Create a new user with username." instead of "Some internal utility function to create."
119119```
120120
121121</div >
@@ -257,7 +257,7 @@ $ python main.py delete --help
257257
258258<b> </b><font color="#F4BF75"><b>Usage: </b></font><b>main.py delete [OPTIONS] {username} </b>
259259<b> </b>
260- <font color="#F92672"><b>Delete</b></font> a user with <i>' username' </i>.
260+ <font color="#F92672"><b>Delete</b></font> a user with <i>username</i>.
261261
262262<font color="#A5A5A1">╭─ Arguments ───────────────────────────────────────────────────────╮</font>
263263<font color="#A5A5A1">│ </font><font color="#F92672">*</font> username <font color="#F4BF75"><b><str></b></font> The username to be <font color="#F92672">deleted</font> │
@@ -319,7 +319,7 @@ $ python main.py delete --help
319319
320320<b> </b><font color="#F4BF75"><b>Usage: </b></font><b>main.py delete [OPTIONS] {username} </b>
321321<b> </b>
322- <b>Delete</b> a user with <i>' username' </i>.
322+ <b>Delete</b> a user with <i>username</i>.
323323
324324<font color="#A5A5A1">╭─ Arguments ───────────────────────────────────────────────────────╮</font>
325325<font color="#A5A5A1">│ </font><font color="#F92672">*</font> username <font color="#F4BF75"><b><str></b></font> The username to be <b>deleted</b> │
0 commit comments