agit 1.3.0

AI-native Git wrapper for capturing context alongside code
Documentation
1
2
3
4
5
6
7
8
9
//! CLI module for AGIT.
//!
//! This module contains the command-line interface definition
//! and all command implementations.

pub mod args;
pub mod commands;

pub use args::{Cli, Commands};