Details
Description
I'm just wondering, who came to glorious idea of storing parsed
option values on option object itself, while presence of those
options is stored on command line?
My scenario: I have static class defining options I would like
in several related command line applications.
Sometimes I call those applications from "wrapper" - more than one
in a live of JVM, and then I fake differrent parameters.
But cool feature of appending option values to array list inside option
leads to very unexpected results...
Attachments
Issue Links
- is duplicated by
-
CLI-99 [cli] separate definition and values
- Closed