fix(lint): groupName is unused

This commit is contained in:
Maas Lalani 2023-11-29 11:38:27 -05:00
parent 76582446ec
commit 32c9d20692
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -1,9 +1,5 @@
package style
const (
groupName = "Style Flags"
)
// Options is the customization options for the style command.
type Options struct {
Text []string `arg:"" optional:"" help:"Text to which to apply the style"`