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

`alaja table` — Display formatted tables.

# `help`

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

Prints help for the table command.

# `run`

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

Runs the table command.

---

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