Skip to content

Commit 334a091

Browse files
authored
Merge branch 'master' into feat/password_generator
2 parents 14dff49 + d708323 commit 334a091

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/core/arg_file_content.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ func loadArgsFileContent(cmd *Command, cmdArgs interface{}) error {
5656
}
5757
v.SetString(string(content))
5858
}
59+
case nil:
60+
continue
5961
default:
6062
panic(fmt.Errorf("unsupported field type: %T", v.Interface()))
6163
}

0 commit comments

Comments
 (0)