streamable-uploader 0.1.2

streamable-uploader
Documentation
## installation

Install using cargo:

```
cargo install streamable-uploader
```

## example

to upload your video: `streamable-uploader upload /path/to/your/video`

## usage

```
USAGE:
    streamable-uploader [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    help      Prints this message or the help of the given subcommand(s)
    setup     set your streamable.com username and password
    upload    input path to your video
```