added templates parameters for help

This commit is contained in:
Sheldan
2020-05-14 18:53:09 +02:00
parent 3f6d980c4c
commit e4efc26740
125 changed files with 151 additions and 73 deletions

View File

@@ -12,4 +12,5 @@ public class Parameter {
private boolean optional;
private boolean remainder;
private Integer maxLength;
private Boolean templated;
}