mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
...
This commit is contained in:
@@ -383,7 +383,6 @@ func show_usage(cmd *cobra.Command, use_pager bool) error {
|
|||||||
fmt.Fprint(&output, ", ", opt_fmt("-"+flag.Shorthand))
|
fmt.Fprint(&output, ", ", opt_fmt("-"+flag.Shorthand))
|
||||||
}
|
}
|
||||||
defval := ""
|
defval := ""
|
||||||
fmt.Println(flag.Value.Type())
|
|
||||||
switch flag.Value.Type() {
|
switch flag.Value.Type() {
|
||||||
default:
|
default:
|
||||||
if flag.DefValue != "" {
|
if flag.DefValue != "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user