pandora-kit 0.3.1

Interactive TUI toolkit for the Hefesto framework
# pandora update — Self-Update

Updates pandora to the latest version using `cargo install`.

## Usage

```
pandora update [OPTIONS]
```

## Options

| Flag            | Description                                  |
|-----------------|----------------------------------------------|
| `-f`, `--force` | Re-install even when already up to date      |
| `--guide`       | Show this guide                              |

## Behavior

Runs `cargo install pandora-kit` to fetch and compile the latest version from crates.io.

## Requirements

- Rust/Cargo toolchain installed and in `PATH`.

## Examples

```bash
# Update to the latest version
pandora update

# Re-install even if already on it
pandora update --force
```

## Exit codes

| Code | Meaning                                          |
|------|--------------------------------------------------|
| 0    | Update succeeded or already up to date           |
| 1    | Update failed                                    |