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
A simple commandline arguments handler for rust programs. It allows arguments that need to be processed to identified and handler registered. The handler can decide how many adjacent arguments it will consume. A remaining args marker can be set. A list of unhandled and remaining arguments after arguments have been handled can be got.