cbeust / jcommander

Command line parsing framework for Java
Apache License 2.0
1.94k stars 332 forks source link

Fixed: #563 - JCommander does not recognize command by alias. #564

Closed mkarg closed 1 year ago

mkarg commented 1 year ago

Description

Fixes #563

The actual cause of this issue was that the code for checking aliases simply was missing.