help

Overview

Shows high-level usage information for the Ouro CLI or a specific subcommand. It mirrors the help text embedded in src/main.ts.

Usage

ouro help [command]
ouro <command> --help

Behaviour

  • Without arguments, lists all available commands plus installation notes.
  • With a command name, prints the usage, options, and examples declared in the dispatcher.

When to Use

  • Discover new commands or recall flag syntax without opening the source code.
  • Validate that recent changes to command metadata (usage strings, examples) are exposed to end users.