tempo-cli 0.4.0

Automatic project time tracking CLI tool with beautiful terminal interface
Documentation
1
2
3
4
5
6
7
pub mod commands;
pub mod formatter;
pub mod reports;
pub mod types;

pub use clap::Parser;
pub use types::*;