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
Much like package flag, conf should allow the user to select what happens when there's a difficulty getting values for any field or when required values are missing. Probably:
return an error
print usage and os.Exit(2)
panic
The text was updated successfully, but these errors were encountered:
Much like package
flag
,conf
should allow the user to select what happens when there's a difficulty getting values for any field or when required values are missing. Probably:os.Exit(2)
The text was updated successfully, but these errors were encountered: