Linux command
halp 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Check help flags
halp [command]
Show the manual page
halp plz [command]
Check a specific argument for a command
halp --check [--flag] [command]
Set a custom timeout
halp -t [10] [command]
说明
halp is a CLI tool that helps you find the correct help flags for command-line tools. Instead of manually trying -h, --help, -?, help, or other variations, halp checks a predefined list of commonly used help options and reports which ones work for the given command. The plz subcommand goes further by providing quick access to the manual page or cheat.sh cheat sheet for a command, using your preferred pager.
参数
- --check _ARG_
- Set the argument to check
- --no-version
- Disable checking version information
- --no-help
- Disable checking help information
- -c, --config _PATH_
- Set the configuration file
- -t, --timeout _S_
- Set the timeout for commands (default: 5 seconds)
- -v, --verbose
- Enable verbose logging
- -h, --help
- Print help
- -V, --version
- Print version
FAQ
What is the halp command used for?
halp is a CLI tool that helps you find the correct help flags for command-line tools. Instead of manually trying -h, --help, -?, help, or other variations, halp checks a predefined list of commonly used help options and reports which ones work for the given command. The plz subcommand goes further by providing quick access to the manual page or cheat.sh cheat sheet for a command, using your preferred pager.
How do I run a basic halp example?
Run `halp [command]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --check _ARG_ do in halp?
Set the argument to check