是什么 ? | : | a command-line tool for automatically generating simple man-page from the ‘--help’ and ‘--version’ output of other commands. |
开发语言 | : | Perl、C |
开发组织 | : | GNU |
官方主页 | : | https://www.gnu.org/software/help2man |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | scoop | scoop install help2man |
Windows | Chocolatey | choco install -y help2man |
macOS | HomeBrew | brew install help2man |
GNU/Linux | HomeBrew | brew install help2man |
apt | sudo apt-get install -y help2man | |
CentOS | yum | sudo yum install -y help2man |
dnf | sudo dnf install -y help2man | |
openSUSE | zypper | sudo zypper install -y help2man |
Alpine Linux | apk | sudo apk add help2man |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge help2man |
help2man
命令的使用格式如下:
help2man --help
help2man --version
help2man [option]... <COMMAND>
注意:COMMAND
必须具有--help
或者--version
参数。
示例:
help2man --no-discard-stderr xx
输出到文件。默认是输出到标准输出设备
中。
示例:
help2man -o gcc gcc