Loading...
Loading...
Generate standard, beautifully formatted `--help` documentation for Command Line Interface (CLI) tools based on raw arguments, flags, and descriptions. Triggers when the user asks to write help text, format CLI options, or generate a man page / terminal output text.
npx skill4agent add sunny0826/open-source-skills cli-help-writer--help-s--longUsageDescriptionCommandsOptionsExamples[Command Name] - [Brief one-line description]
USAGE:
[command] [options] <arguments>
DESCRIPTION:
[A slightly longer description of what the tool does, wrapped to ~80 characters per line.]
COMMANDS:
[subcommand1] [Description of subcommand 1]
[subcommand2] [Description of subcommand 2]
help Print help information
OPTIONS:
-h, --help Print this help message
-v, --version Print version information
-c, --config <file> Path to the configuration file (default: ~/.config.json)
-o, --output <dir> Directory to save the output
EXAMPLES:
# Basic usage
$ [command] --config ./config.json
# Advanced usage
$ [command] build --output ./dist[Command Name] - [简短的一句话描述]
用法 (USAGE):
[command] [options] <arguments>
描述 (DESCRIPTION):
[对该工具功能的详细描述,自动换行,保持每行约 80 个字符以内。]
命令 (COMMANDS):
[subcommand1] [子命令 1 的描述]
[subcommand2] [子命令 2 的描述]
help 打印帮助信息
选项 (OPTIONS):
-h, --help 打印此帮助信息
-v, --version 打印版本信息
-c, --config <file> 指定配置文件路径 (默认: ~/.config.json)
-o, --output <dir> 指定输出目录
示例 (EXAMPLES):
# 基础用法
$ [command] --config ./config.json
# 高阶用法
$ [command] build --output ./dist-p, --port <number> Port to listen on
-d, --debug Enable debug mode-p, --port <number>8080***textOPTIONS:<REDACTED>***