# `Alaja.CLI.Commands.Show.Message`
[🔗](https://github.com/Lorenzo-SF/alaja/blob/2.1.0/lib/alaja/cli/commands/show/message.ex#L2)

`alaja message|success|error|warning|info|...` — Display formatted messages.

Handles both typed messages (success, error, etc.) and the generic
`message` subcommand with full chunk styling.

# `help`

```elixir
@spec help() :: :ok
```

Prints help for the message command.

# `run`

```elixir
@spec run([String.t()]) :: :ok
```

Runs the message command.

# `run_typed`

```elixir
@spec run_typed(String.t(), [String.t()]) :: :ok
```

Runs a typed message (success, error, etc.). Called by the show dispatcher.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
