CmdOption icon indicating copy to clipboard operation
CmdOption copied to clipboard

CmdOption is a simple annotation-driven command line parser toolkit for Java 6+ applications that is configured through annotations.

Results 5 CmdOption issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [org.testng:testng](https://testng.org) from `7.5` to `7.10.2` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

## About this PR 📦 Updates org.slf4j:slf4j-api from `1.7.36` to `2.0.13` ⚠ ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't...

See also: https://rosettacode.org/wiki/Levenshtein_distance#Java

If the command support is used (with `@CmdCommand`), the main options must be placed before the command and all command specific options need to be placed after the command. It...

enhancement

Currently, all paramters not representing a known option are treated as a parameter. With such a (new) configuration option, parameters beginning with a specific prefex (e.g. "-" or "--") could...

enhancement