Skip to content

Commit

Permalink
doc: upload help message
Browse files Browse the repository at this point in the history
  • Loading branch information
NoNormalCreeper committed Dec 2, 2024
1 parent 4053c01 commit eb1004a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion byrdocs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
formatter_class=argparse.RawDescriptionHelpFormatter,
epilog=
"示例:\n" +
" $ byrdocs upload 大物实验.zip\n" +
" $ byrdocs login\n" +
" $ byrdocs /home/exam_paper.pdf\n" +
" $ byrdocs logout\n" +
" $ byrdocs init\n"
" $ byrdocs init\n" +
" $ byrdocs init 工科数学分析基础(上).pdf\n"
)
# command_parser.add_argument('--help', '-h', action='help', help='Show this help message and exit')
command_parser.add_argument("command", nargs='?', help="要执行的命令")
Expand Down

0 comments on commit eb1004a

Please sign in to comment.