Merge pull request #663 from peco/remove-cli-struct

remove unused struct
This commit is contained in:
lestrrat 2026-02-17 19:24:34 +09:00 committed by GitHub
commit b67e306752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -452,9 +452,6 @@ type CLIOptions struct {
OptHeight string `long:"height" description:"display height in lines or percentage (e.g. '10', '50%')"`
}
type CLI struct {
}
type RangeStart struct {
val int
valid bool