issues Search Results · repo:ToToTec/CmdOption language:Java
Filter by
20 results
(65 ms)20 results
inToToTec/CmdOption (press backspace or delete to remove)Considering a config class with a field holding a @CmdCommand, it should be detected as such. Currently it is ignored,
and when a @CmdOptionDelegate annotation is used, it is used as option config, not ...
lefou
- Opened on Feb 14, 2021
- #30
So if my app suports a -i and -v options and many parameters, the cmdline app -i target -v should be parsed as app -i --
target -v. -v is not treated as option but as 2nd parameter
lefou
- 1
- Opened on Mar 10, 2020
- #24
As CmdOption does analysis of annotation at runtime, only at runtime inconsistencies can be detected.
It would be of much help, if CmdOption can be started in some kind of test mode, so it can be easily ...
enhancement
lefou
- 1
- Opened on Oct 9, 2017
- #23
Some applications do not want to use System.out to print out usage information. It would be good if it were possible to
specify other output streams (such as System.err or even some other type of OutputStream). ...
enhancement
StFS
- 5
- Opened on Jun 28, 2017
- #21
-ls for -l -s -sfl file for -s -f file -l
This would only work, if we special denote the - symbol as short-option prefix. Currently, there is no requirement for
options to start with exactly on symbol. ...
enhancement
lefou
- 1
- Opened on Jun 20, 2017
- #20
lefou
- 1
- Opened on Jun 9, 2015
- #17
CmdOption should support the name of the enum as argument.
enhancement
lefou
- Opened on Mar 14, 2015
- #16
On my German Win8 some unit-tests fail, because the commandline output is translated and tests check against original
message.
The failing tests are those which check the output of usage :
- FinalFieldTest ...
tlahn
- Opened on Jan 16, 2015
- #13

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.