Expand description
ralph context command: Clap types and handler.
Responsibilities:
- Define CLI arguments for the
contextcommand group (init, update, validate). - Provide handler function that delegates to command implementations.
Not handled here:
- Actual file generation and manipulation (see
commands::context). - Project type detection logic.
Invariants/assumptions:
- Output paths are resolved relative to the repository root.
- Interactive mode requires a TTY.
Structs§
Enums§
Functions§
- handle_
context - Handle the
contextcommand group.