← Back to tools
View AGENTS.md for halp
halp
Find the correct arguments for CLI tools by checking common options
Description
halp aims to help find the correct arguments for command-line tools by checking a predefined list of commonly used options and flags. It tries various help flags (--help, -h, help, etc.) to find the right one for any given command.
AI Summary
CLI tool that discovers help flags and argument docs for any command
Capabilities
- + Try various help flags to find documentation
- + Display command usage information
- + Check common option patterns
- + Work with any CLI tool
Use When
- → You cannot figure out the help flag for a command
- → You want to quickly see command arguments
Avoid When
- x You already know the help flag for the tool