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
Hi. I can't see anything in mow.cli taking options/arguments of a non-basic type, just string/int/bool. What about the functionality of flag.Var / flag.Value?
@tv42 : Thanks for the suggestion, Var/Value would be a great addition to mow.cli.
While I won't be working on this immediately (I'm soon to set off to a 4 week vacation), I's definitely in the top of my todo list for future work, unless of course you feel like giving it a shot ?
Hi. I can't see anything in mow.cli taking options/arguments of a non-basic type, just string/int/bool. What about the functionality of
flag.Var
/flag.Value
?https://golang.org/pkg/flag/#Var
https://golang.org/pkg/flag/#Value
The text was updated successfully, but these errors were encountered: