promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Cursor CLI

/help

Shows help; with a command name as an argument, shows details for that command.

/help shows an overview of available commands; /help <command> shows details for a specific command.

โœ… WHEN TO USE IT?

Look up the syntax of a rarely used command

/help mcp

โ›” WHEN NOT TO?

You already know exactly which command you need

Going through help first just costs time then.

Better: Call the command directly

SOURCES