mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-09 02:13:35 +00:00
enable unparam linter
This commit is contained in:
@@ -4,7 +4,7 @@ import "fmt"
|
||||
|
||||
type InfoCmd struct{}
|
||||
|
||||
func (c *InfoCmd) Run(ctx *context) error {
|
||||
func (cmd *InfoCmd) Run(ctx *context) error { // nolint: unparam
|
||||
fmt.Fprintf(
|
||||
ctx.Out,
|
||||
"Host: %s | Name: %s | Model: %s | Firmware: %s\n",
|
||||
|
||||
Reference in New Issue
Block a user