You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently filecontent requires a field to be []byte. I would propose that it also allows string field in which case file contents is simply converted with string(...) in Go. It allows one to signal that the flag expects a textual file as input.
The text was updated successfully, but these errors were encountered:
Currently
filecontent
requires a field to be[]byte
. I would propose that it also allowsstring
field in which case file contents is simply converted withstring(...)
in Go. It allows one to signal that the flag expects a textual file as input.The text was updated successfully, but these errors were encountered: