ofsht 0.6.0

Git worktree management tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Command handlers module
// This module contains all CLI command implementations

pub mod add;
pub mod cd;
pub mod common;
pub mod completion;
pub mod create;
pub mod init;
pub mod list;
pub mod open;
pub mod rm;
pub mod shell_init;
pub mod sync;