2
0

Исправлено замечание линтера.
All checks were successful
test / test (push) Successful in 1m6s

This commit is contained in:
Алексей Бадяев 2024-10-24 17:58:49 +07:00
parent eea9593ad5
commit 5609f59448
Signed by: alexey
GPG Key ID: 686FBC1363E4AFAE

1
cli.go
View File

@ -313,6 +313,7 @@ func (c *Command) addFlag(value reflect.Value, field reflect.StructField) error
return ErrInternalError
},
)
return nil
}