volo-cli 0.3.2

volo-cli is the command line interface for volo, which provides the ability to generate default project layout and manage the idls used.
Documentation
![Volo](https://github.com/cloudwego/volo/raw/main/.github/assets/logo.png?sanitize=true)

`volo-cli` is the command line tool for Volo.

`volo-cli` provides the ability to generate default project layout and manage the idls used.

## Install

Simply run:

```bash
$ cargo install volo-cli
```

## Usage

```
USAGE:
    volo [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -v, --verbose    Turn on the verbose mode.
    -V, --version    Print version information

SUBCOMMANDS:
    help    Print this message or the help of the given subcommand(s)
    idl     manage your idl
    init    init your project
```

For more detailed examples, you can check the [documentation][TODO].