mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Merge pull request #663 from peco/remove-cli-struct
remove unused struct
This commit is contained in:
commit
b67e306752
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue