Uses of Class
com.github.sttk.cliargs.exceptions.FailToSetOptionStoreField
Packages that use FailToSetOptionStoreField
Package
Description
Provides the classes to parse and print comand line arguments.
-
Uses of FailToSetOptionStoreField in com.github.sttk.cliargs
Methods in com.github.sttk.cliargs that throw FailToSetOptionStoreFieldModifier and TypeMethodDescriptionvoid
Parses command line arguments and set their option values to the fields of the option store which is passed as the argument of this method.Cmd.parseUntilSubCmdFor
(Object optStore) Parses command line arguments until the first command argument and set their option values to the option store which is passed as an argument.