suitcase 0.1.4

A set of personal CLI tools to automate common tasks in software development (including Rust, Dart, and Flutter), written in Rust.
Documentation
1
2
3
4
5
use suitcase::run_from_alias;

fn main() -> anyhow::Result<()> {
    run_from_alias(None)
}