# `Alaja.CLI.Help`
[🔗](https://github.com/Lorenzo-SF/alaja/blob/2.1.0/lib/alaja/cli/help.ex#L1)

Help system for the Alaja CLI.

Renders help output using Alaja's own components for visually rich,
consistent terminal output.

# `command`

```elixir
@spec command(String.t()) :: :ok | {:error, :not_found}
```

Renders help for a specific command by delegating to the command module.

# `full`

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

Renders the complete help for all commands.

# `summary`

```elixir
@spec summary(map()) :: :ok
```

Renders a compact summary of available commands.

---

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