Skip to content

Merge develop into main #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Sep 10, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
with:
fetch-depth: 0 # Changelog を正しく動作させるために必要

- name: Install GoReleaser and mockgen
run: go get github.com/golang/mock/mockgen
env:
GO111MODULE: on
# Go をセットアップ
- uses: actions/setup-go@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ func (cm configModel) View() string {
b.WriteString(color.WhiteString(" ↑↓の矢印キーで項目を移動、Enterで選択\n"))

for i, option := range configOptionLabel[cm.configKeyIndex] {
cyan := color.New(color.FgCyan).SprintFunc()
hiCyan := color.New(color.FgHiCyan).SprintFunc()
if i == cm.configOptionIndex {
b.WriteString(fmt.Sprintf(color.HiCyanString("➡️ %s\n"), option))
} else {
Expand Down