We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a565b74 commit 81e2441Copy full SHA for 81e2441
pkg/actions/tools/but/cli.go
@@ -43,6 +43,11 @@ func ActionCliIds(opts CliIdsOpts) carapace.Action {
43
}
44
45
46
+ if opts.Stacks {
47
+ batch = append(batch, carapace.ActionValues("zz", "unstaged area")) // TODO when to add this - is stacks as condition correct?
48
+ // TODO add uid
49
+ }
50
+
51
for _, stack := range status.Stacks {
52
if opts.Changes {
53
for _, assigned := range stack.AssignedChanges {
0 commit comments