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
Probably worth to keep a simple interface such as flag("--f").
Now, since strings evaluate to false when empty, it might be a bit tricky to do this nicely. We might want to return true when empty, false when not set, and the string when the flag has a value.
The text was updated successfully, but these errors were encountered:
Probably worth to keep a simple interface such as
flag("--f")
.Now, since strings evaluate to false when empty, it might be a bit tricky to do this nicely. We might want to return true when empty, false when not set, and the string when the flag has a value.
The text was updated successfully, but these errors were encountered: