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
Just realized this might be trickier than this as some commands allow for multiple flags to be queried at the same time and there doesn't seem to be any consistent way to know that programmatically
Most likely there would be one overload per flag where the flag type becomes a bool and the return type becomes the initial flag type
Essentially, this:
Would become this:
Note that the query flag isn't in the non overloaded function definition
The text was updated successfully, but these errors were encountered: