notiz 1.2.0

Quickly store data on the command line
Documentation
1
2
3
4
5
6
fn main() {
    match notiz::run() {
        Ok(()) => {}
        Err(e) => eprintln!("{}", e),
    }
}