Skip to content

Commit

Permalink
Fix long argument examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer authored and Dinnerbone committed Sep 28, 2018
1 parent bbfb8a7 commit e60b24f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,9 @@ public String toString() {
return "longArg(" + minimum + ", " + maximum + ")";
}
}

@Override
public Collection<String> getExamples() {
return EXAMPLES;
}
}

0 comments on commit e60b24f

Please sign in to comment.