MCPcopy Create free account
hub / github.com/dhale/jtk / ArgsParser

Class ArgsParser

core/src/main/java/edu/mines/jtk/util/ArgsParser.java:81–354  ·  view source on GitHub ↗

Parses command-line arguments for options and values, using conventions like those used by the UNIX function getopt; e.g., "-a". Also supports GNU-style long options; e.g., "--alpha". Short options in command-line arguments have the form "-a". A short options may have a value, as in "-a3.14" or

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected