bashers 0.8.8

Installable cli helpers
Documentation
1
2
3
4
5
6
use anyhow::Result;
use bashers::run;

fn main() -> Result<()> {
    run(std::env::args().collect())
}