ofsht 0.6.0

Git worktree management tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Export modules for testing
#![allow(clippy::literal_string_with_formatting_args)]
pub mod cli;
pub mod color;
pub mod config;
pub mod hooks;
pub mod service;

// Integration modules
pub mod integrations;

// Command modules
pub mod commands;

// Domain modules
pub mod domain;