Mogplex Docs
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 list to inspect the registry from the shell.
  • Use mogplex exec "/..." to run a slash command non-interactively.
  • Use a live mogplex session when you want the normal interactive slash workflow.

Options

Run mogplex slash --help to see all supported flags.

See also

Edit on GitHub

On this page