Skip to content

Commit

Permalink
feat: add cli arg updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed May 14, 2024
1 parent e02f9a4 commit 16fa25d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type Args map[string]*Arg
type Arg struct {
Short string `json:"short" yaml:"short"` // one-letter abbreviated flag
Value any `json:"value" yaml:"value"`
Short string `json:"short" yaml:"short"`
Deprecated bool `json:"deprecated" yaml:"deprecated"`
Replacement string `json:"replacement" yaml:"replacement"`
Description string `json:"description" yaml:"description"`
Expand Down

0 comments on commit 16fa25d

Please sign in to comment.