We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75eb6cc commit 5fdd304Copy full SHA for 5fdd304
cmd/cmd.go
@@ -31,7 +31,7 @@ func argsSet(c *cli.Context, args ...string) error {
31
return errors.New(a + " is not set")
32
}
33
34
- if util.IsEmptyString(a) {
+ if util.IsEmptyString(c.String(a)) {
35
return errors.New(a + " is required")
36
37
0 commit comments