Uses of Class
com.github.sttk.cliargs.Cmd
Packages that use Cmd
Package
Description
Provides the classes to parse and print comand line arguments.
-
Uses of Cmd in com.github.sttk.cliargs
Methods in com.github.sttk.cliargs that return types with arguments of type CmdModifier and TypeMethodDescriptionCmd.parseUntilSubCmd()
Parses command line arguments without configurations but stops parsing when encountering first command argument.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.Cmd.parseUntilSubCmdWith
(OptCfg[] optCfgs) Parses command line arguments with option configurations but stops parsing when encountering first command argument.