Command reference ยท Cursor CLI
agent worker help [command]
Shows help for the worker subcommands.
agent worker help [command] shows help for the worker subcommands (start, debug), optionally in detail for a specific subcommand.
โ WHEN TO USE IT?
Look up the available flags of worker start, e.g. for pool configuration
agent worker help start
โ WHEN NOT TO?
You just want to quickly see the options of the worker command you're already typing
agent worker help command is a separate call.
Better: Append -h or --help directly, e.g. agent worker start --help
SOURCES
- Cursor Docs โ CLI Reference: Parameters โ cursor.com