kasl-cli 1.0.2

Work activity tracker CLI: automatic workday and break detection, task management with Jira/GitLab integration, productivity reports and exports
Documentation
1
2
3
4
5
6
7
8
9
10
//! `ka` - short alias for the `kasl` binary.
//!
//! Same program under the brand's two-letter code, so `ka report` and
//! `kasl report` are interchangeable. Application identity - data directory,
//! self-update channel, keyring service - is fixed to "kasl" regardless of
//! which name was typed, so installing the alias never moves a user's data.

fn main() -> anyhow::Result<()> {
    kasl::run()
}