commot 0.1.0

A better alternative to the cat command.
Documentation
1
2
3
4
use commot::{cli::cli::run, errors::CommotError};
fn main() -> Result<(), CommotError> {
    Ok(run()?)
}