enable unparam linter

This commit is contained in:
2026-02-15 12:44:52 +00:00
parent 7a0d5c56e5
commit 9bc4d21739
7 changed files with 19 additions and 19 deletions

View File

@@ -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",