# Runegraft ## Docs - [Command Routes](https://runegraft.codesft.dev/concepts/command-routes.md): Define CLI routes with typed arguments, friendly errors, and clean parsing. - [Options & Flags](https://runegraft.codesft.dev/concepts/options.md): Add polished flags with defaults, choices, and help text without writing a parser. - [Interactive Shell](https://runegraft.codesft.dev/concepts/shell.md): Runegraft ships with a polished REPL for your CLI—completion, history, aliases, and scripts included. - [Type Converters](https://runegraft.codesft.dev/concepts/types.md): Validate and convert arguments before your command logic runs. - [Runegraft](https://runegraft.codesft.dev/index.md): The most customizable, beautiful, simple CLI framework. - [Quickstart](https://runegraft.codesft.dev/quickstart.md): Install Runegraft and build your first command in minutes. - [Recipes](https://runegraft.codesft.dev/recipes.md): Practical patterns for real-world CLIs built with Runegraft. - [CLI API](https://runegraft.codesft.dev/reference/cli-api.md): Reference for the `CLI` object, decorators, and helper utilities exposed by Runegraft. - [Routing & Types](https://runegraft.codesft.dev/reference/routing-and-types.md): Details about Runegraft route syntax, positional argument parsing, and built-in type converters. - [Shell API](https://runegraft.codesft.dev/reference/shell-api.md): Deep dive into the prompt_toolkit-based shell implementation and customization points.