We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ccd4d commit d4f4c35Copy full SHA for d4f4c35
README.md
@@ -41,7 +41,7 @@ API 总是提供原生的结果,如果不希望异常退出,或需要更友
41
42
```sh
43
$ python cli.py auth4 checklogin
44
-$ cat password.txt | python cli.py auth4 login username
+$ cat password.txt | python cli.py auth4 login -u username
45
$ python cli.py net checklogin
46
```
47
0 commit comments