pillow-cli 0.1.0

A pillow cli for pillow framework
Documentation
1
2
3
4
5
use pillow_cli::Cli;

fn main() {
    Cli::run();
}