Method Arg.OptLibrary()->Opt()->get_opts()
- Method get_opts
array(string) get_opts()
- Description
Should return a list of options that are parsed. To properly chain argument parsers, return
your_opts + ::get_opts()
.
array(string) get_opts()
Should return a list of options that are parsed. To properly
chain argument parsers, return your_opts +
::get_opts()
.