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
It would be nice if the result of clap.Parse would come with a default Stringer method, which chains all messages from the individual message slices to a human readable string, to easily print all of them on the commandline. :)
The text was updated successfully, but these errors were encountered:
Thanks for this simple library!
It would be nice if the result of
clap.Parse
would come with a defaultStringer
method, which chains all messages from the individual message slices to a human readable string, to easily print all of them on the commandline. :)The text was updated successfully, but these errors were encountered: