Finalize command flags

They're currently quite ugly in the help menu. this should probably be fixed, but it's not a priority issue.
This commit is contained in:
Alexander Söderberg 2020-10-01 23:41:17 +02:00
parent 549fbd1d1d
commit 782f3023fc
No known key found for this signature in database
GPG key ID: C0207FF7EA146678
14 changed files with 453 additions and 76 deletions

View file

@ -156,10 +156,6 @@
<property name="processJavadoc" value="true"/>
</module>
<!-- Checks for Size Violations. -->
<!-- See https://checkstyle.org/config_sizes.html -->
<module name="MethodLength"/>
<!-- Checks for whitespace -->
<!-- See https://checkstyle.org/config_whitespace.html -->
<module name="EmptyForIteratorPad"/>