We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aca50f commit 9c484d8Copy full SHA for 9c484d8
gh-fzf
@@ -205,8 +205,7 @@ $global_binds
205
--bind='alt-o:execute(
206
printf "Branch name for {1} (leave blank to use the default): ";
207
read -r branch;
208
- [ -n "$branch" ] && branch_flag="--name $branch";
209
- gh issue develop {1} --checkout "$branch_flag" '"$repo_flag"'
+ gh issue develop {1} --checkout ${branch:+--name $branch} '"$repo_flag"'
210
)+abort' \
211
--bind="alt-c:execute(gh issue comment {1} $repo_flag)+refresh-preview" \
212
--bind='alt-l:execute(
0 commit comments