Skip to content

Commit e1efa15

Browse files
Copilotivanviragine
andcommitted
Fix fish completion description for gtr.ui.color in generation script
Co-authored-by: ivanviragine <9950727+ivanviragine@users.noreply.github.com>
1 parent 35c8cad commit e1efa15

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

completions/git-gtr.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ complete -f -c git -n '__fish_git_gtr_using_command config' -a "
139139
gtr.worktrees.prefix 'Worktree folder prefix'
140140
gtr.defaultBranch 'Default branch'
141141
gtr.provider 'Hosting provider (github, gitlab)'
142-
gtr.ui.color 'gtr.ui.color'
142+
gtr.ui.color 'Color output mode (auto, always, never)'
143143
"
144144

145145
# Helper function to get branch names and special '1' for main repo

scripts/generate-completions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ MIDDLE2
609609
gtr.hook.preRemove) desc="Pre-remove hook (abort on failure)" ;;
610610
gtr.hook.postRemove) desc="Post-remove hook" ;;
611611
gtr.hook.postCd) desc="Post-cd hook (shell integration only)" ;;
612+
gtr.ui.color) desc="Color output mode (auto, always, never)" ;;
612613
*) desc="$key" ;;
613614
esac
614615
printf " %s\t'%s'\n" "$key" "$desc"

0 commit comments

Comments
 (0)