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
This will allow the programmer to access the arguments globally by introducing a new ArgsParser.getArgumentOf(String fullFlag)method that directly returns the argument via the ArgsParser and not by its Parameter instance.
This will allow the programmer to access the arguments globally by introducing a new
ArgsParser.getArgumentOf(String fullFlag)method that directly returns the argument via the ArgsParser and not by its Parameter instance.