Uses of Class
com.github.sttk.cliargs.OptCfg
Packages that use OptCfg
Package
Description
Provides the classes to parse and print comand line arguments.
-
Uses of OptCfg in com.github.sttk.cliargs
Methods in com.github.sttk.cliargs that return OptCfgMethods in com.github.sttk.cliargs that return types with arguments of type OptCfgModifier and TypeMethodDescriptionCmd.optCfgs()
Returns the option configurations which was used to parse command line arguments.Methods in com.github.sttk.cliargs with parameters of type OptCfgModifier and TypeMethodDescriptionvoid
AddsOptCfg
(s) for a help option block to this help instance.void
Help.addOptsWithIndent
(OptCfg[] cfgs, int indent) AddsOptCfg
(s) and an indent width for a help option block to this help instance.void
Help.addOptsWithIndentAndMargins
(OptCfg[] cfgs, int indent, int marginLeft, int marginRight) AddsOptCfg
(s) and an indent width and margins for a help option block to this help instance.void
Help.addOptsWithMargins
(OptCfg[] cfgs, int marginLeft, int marginRight) AddsOptCfg
(s) and an indent width and margins for a help option block to this help instance.Cmd.parseUntilSubCmdWith
(OptCfg[] optCfgs) Parses command line arguments with option configurations but stops parsing when encountering first command argument.void
Parses command line arguments with option configurations.Method parameters in com.github.sttk.cliargs with type arguments of type OptCfgModifier and TypeMethodDescriptionvoid
AddsOptCfg
(s) for a help option block to this help instance.void
Help.addOptsWithIndent
(List<OptCfg> cfgs, int indent) AddsOptCfg
(s) and an indent width for a help option block to this help instance.void
Help.addOptsWithIndentAndMargins
(List<OptCfg> cfgs, int indent, int marginLeft, int marginRight) AddsOptCfg
(s) and an indent width and margins for a help option block to this help instance.void
Help.addOptsWithMargins
(List<OptCfg> cfgs, int marginLeft, int marginRight) AddsOptCfg
(s) and an indent width and margins for a help option block to this help instance.