fixed linting

This commit is contained in:
victor 2024-01-26 16:12:55 -05:00
parent 5cea8aa74d
commit 3db1bee20d

View file

@ -23,7 +23,7 @@ type ListOptions struct {
LimitResults int
ExcludeDrafts bool
ExcludePreReleases bool
Order string
Order string
}
func NewCmdList(f *cmdutil.Factory, runF func(*ListOptions) error) *cobra.Command {