huskies: merge 841
This commit is contained in:
@@ -4,10 +4,12 @@ use std::path::{Path, PathBuf};
|
||||
mod create;
|
||||
mod git;
|
||||
mod remove;
|
||||
mod sweep;
|
||||
|
||||
pub use create::create_worktree;
|
||||
pub use git::{migrate_slug_paths, prune_worktree_sync};
|
||||
pub use remove::remove_worktree_by_story_id;
|
||||
pub use sweep::sweep_orphaned_worktrees;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct WorktreeInfo {
|
||||
|
||||
Reference in New Issue
Block a user