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 8f995e5 commit dd1dbd3Copy full SHA for dd1dbd3
cmd/config.go
@@ -154,7 +154,7 @@ func (cm configModel) View() string {
154
b.WriteString(color.WhiteString("設定内容を選んでください:\n"))
155
b.WriteString(color.WhiteString(" ↑↓の矢印キーで項目を移動、Enterで選択\n"))
156
157
- for i, option := range configOption[cm.configKeyIndex] {
+ for i, option := range configOptionLabel[cm.configKeyIndex] {
158
if i == cm.configOptionIndex {
159
b.WriteString(fmt.Sprintf(color.HiCyanString("➡️ %s\n"), option))
160
} else {
0 commit comments