Command reference ยท Cursor CLI
agent help [command]
Shows help for the CLI or for a specific command.
agent help [command] shows general help, or, with a command name as argument, detailed help for exactly that command. It's functionally equivalent to the global -h/--help flag, which can be used on any individual command.
โ WHEN TO USE IT?
Look up the available options of a subcommand
agent help worker
โ WHEN NOT TO?
You just want to quickly see the options of the command you're already typing
agent help command means a separate call instead of appending it right to the command.
Better: Append -h or --help directly to the command, e.g. agent worker --help
SOURCES
- Cursor Docs โ CLI Reference: Parameters โ cursor.com