help2man
1.1、help2man简介
是什么 ?:a command-line tool for automatically generating simple man-page from the ‘--help’ and ‘--version’ output of other commands.
开发语言:PerlC
开发组织:GNU
官方主页:https://www.gnu.org/software/help2man
1.2、通过包管理器安装help2man
操作系统包管理器安装命令
Windowsscoopscoop install help2man
WindowsChocolateychoco install -y help2man
macOSHomeBrewbrew install help2man
GNU/LinuxHomeBrewbrew install help2man
aptsudo apt-get install -y help2man
CentOSyumsudo yum install -y help2man
dnfsudo dnf install -y help2man
openSUSEzyppersudo zypper install -y help2man
Alpine Linuxapksudo apk add help2man

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm help2man
Gentoo LinuxPortagesudo emerge help2man
1.3、通过编译源码安装help2man
1.4、help2man命令

help2man命令的使用格式如下:

help2man --help
help2man --version
help2man [option]... <COMMAND>

注意:COMMAND必须具有--help或者--version参数。

1.4.1、--no-discard-stderr

示例:

help2man --no-discard-stderr xx
1.4.2、-o <FILE>

输出到文件。默认是输出到标准输出设备中。

示例:

help2man -o gcc gcc