Skip to content

Commit

Permalink
fix(attach): existing session list passed to picker
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Jun 22, 2024
1 parent 3eb933c commit 03b4f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/attach.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ impl Run for Attach {
0 => None,
1 => names.into_iter().next(),
_ => Picker::new()
.items(&names)
.prompt("> ")
.filter(query.as_deref())
.select()?,
Expand Down

0 comments on commit 03b4f05

Please sign in to comment.