Skip to content

issues Search Results · repo:ToToTec/CmdOption language:Java

Filter by

20 results
 (65 ms)

20 results

inToToTec/CmdOption (press backspace or delete to remove)

See also: https://rosettacode.org/wiki/Levenshtein_distance#Java
  • lefou
  • Opened 
    on Mar 22, 2021
  • #32

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

enhancement
  • lefou
  • Opened 
    on Sep 21, 2017
  • #22

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

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
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub