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, things is I want parse 2 bool args, but there is a positional arg, like this:
gofind ./ -d -f
./ is a positional arg, but once I add this , -d -f cannot parse which is default by false , so it should be true if set. But always false. How to parse them? and what if I want using
-d -f as -df just like tar -xvf?
Many thanks if can get a reply or advise!
The text was updated successfully, but these errors were encountered:
Hi, things is I want parse 2 bool args, but there is a positional arg, like this:
gofind ./ -d -f
./ is a positional arg, but once I add this , -d -f cannot parse which is default by false , so it should be true if set. But always false. How to parse them? and what if I want using
-d -f as -df just like tar -xvf?
Many thanks if can get a reply or advise!
The text was updated successfully, but these errors were encountered: