help

简介

显示有关 VisionByte 的帮助信息。

vb help [OPTIONS] [TOPIC]

示例

  • 显示关键命令列表:

$ vb help
Usage: vb help TOPIC
Try "vb help help" or "vb help -a" for more options
Frequently used commands:
add          chat         finfo        merge-base   rm           undo       
addremove    cherry-pick  gdiff        mv           settings     unlock     
all          clean        grep         open         sql          unversioned
amend        clone        help         patch        ssl-config   update     
...
  • 显示 add 命令用法:

$ vb help add
Usage: vb add [OPTIONS] PATH...

Make arrangements to add one or more files or directories to the
current check-out at the next commit.

When adding files or directories recursively, filenames that begin
with "." are excluded by default.  To include such files, add
...

说明

该命令显示有关如何使用 TOPIC 的信息,可以是命令、网页或设置。网页名称以 / 开头。如果省略 TOPIC 参数,则返回主题列表。

如果单纯 vb help 则显示关键命令的列表,如果加上命令名称则只显示该命令用法。

选项

当省略 TOPIC 参数时,可以使用以下选项:

-a|--all

列出常用命令和辅助命令

-o|--options

列出所有命令的通用的命令行选项

-s|--setting

列出设置名称

-t|--test

列出不受支持的测试命令

-v|--verbose

列出命令详细信息

-x|--aux

仅列出辅助命令

-w|--www

列出所有网页

-f|--full

列出完整的命令、参数、设置、网页

-e|--everything

列出所有主题的所有帮助

当加入 TOPIC 参数时,可以使用以下选项:

-h|--html

将输出格式化为 HTML 而不是纯文本

-c|--commands

将搜索的范围设置为命令