kasl is a comprehensive command-line utility 🛠️ designed to streamline the tracking of work activities 📊, including start times ⏰, pauses ⏸, and task completion
//! Main entry point for the kasl application.
//!//! Thin wrapper over [`kasl::run`], which both this binary and the `ka` alias
//! share so their behaviour cannot drift apart.
fnmain()->anyhow::Result<()>{kasl::run()}