task-track 0.6.1

A JJ workspace-based task and TODO management CLI tool
Documentation
1
2
3
4
5
6
7
8
//! Utility modules for the track CLI.
//!
//! This module contains utility functions and types used throughout the application,
//! including error handling and common helper functions.

pub mod error;

pub use error::{Result, TrackError};