huskies: merge 858
This commit is contained in:
@@ -12,6 +12,7 @@ pub use remove::remove_worktree_by_story_id;
|
||||
pub use sweep::sweep_orphaned_worktrees;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
/// Details about a newly created worktree: path, branch, and base branch.
|
||||
pub struct WorktreeInfo {
|
||||
pub path: PathBuf,
|
||||
pub branch: String,
|
||||
@@ -19,6 +20,7 @@ pub struct WorktreeInfo {
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
/// A discovered worktree on disk: its story ID and filesystem path.
|
||||
pub struct WorktreeListEntry {
|
||||
pub story_id: String,
|
||||
pub path: PathBuf,
|
||||
|
||||
Reference in New Issue
Block a user