garden-tools 2.6.0

Garden grows and cultivates collections of Git trees Garden lets you define and run commands over collections of configuration-defined multi-worktree Git environments.
Documentation
/// Configuration-defined commands
pub mod cmd;

/// Completion command
pub mod completion;

/// Exec command
pub mod exec;

/// Eval command
pub mod eval;

/// Git command
pub mod git;

/// Grow command
pub mod grow;

/// Gui command
pub mod gui;

/// Init command
pub mod init;

/// List command
pub mod list;

/// Plant command
pub mod plant;

/// Prune command
pub mod prune;

/// Shell command
pub mod shell;