Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvi committed Jan 20, 2025
1 parent 34654e7 commit e32c67a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
15 changes: 0 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion crates/but-cli/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ pub enum Subcommands {
Status,
/// Returns the list of stacks that are currently part of the GitButler workspace.
Stacks,
StackBranches { id: String },
StackBranches {
id: String,
},
}

#[cfg(test)]
Expand Down

0 comments on commit e32c67a

Please sign in to comment.