CLICommands
slash
List or run slash commands.
Synopsis
mogplex slash [OPTIONS] [ARGS]Description
List or run slash commands.
Current Behavior
As a standalone subcommand, mogplex slash currently supports listing the slash registry.
If you omit the nested subcommand, it behaves the same as mogplex slash list.
Common Uses
mogplex slash list
mogplex slash list --json
mogplex exec "/status"
mogplex exec "/mcp"Important Distinction
- Use
mogplex slash listto inspect the registry from the shell. - Use
mogplex exec "/..."to run a slash command non-interactively. - Use a live
mogplexsession when you want the normal interactive slash workflow.
Options
Run mogplex slash --help to see all supported flags.