tupa-cli 0.8.1

Command-line interface for TupaLang
# tupa-cli

Command-line interface for TupaLang.

## Install

```bash
cargo install --locked tupa-cli
```

## Basic commands

```bash
tupa --help
tupa check path/to/file.tp
tupa run path/to/file.tp
```

## Crate

- Binary name: `tupa`
- Source: [tupalang]https://github.com/marciopaiva/tupalang