heddle-cli 0.15.0

An AI-native version control system
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: Apache-2.0
//! Diff command.

mod diff_compute;
mod diff_output;
mod diff_paths;

pub use diff_compute::cmd_diff;