summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/beust/jcommander/command/CommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Adding functionality that allows commands to be hidden from usage outputJohn Conwell2014-06-061-0/+22
* Added: @Parameter(commandNames) so that command names can be specified with a...Cedric Beust2011-11-231-1/+25
* Commented out a few linesCedric Beust2010-08-051-4/+4
* Added overloaded versions of usage() with StringBuildersCedric Beust2010-08-051-3/+8
* Added license headers with mvn -P license license:formatCedric Beust2010-08-051-0/+18
* Displaying correct usage for commandsCedric Beust2010-08-011-0/+3
* Moved command testsCedric Beust2010-07-311-0/+43