Package org.incendo.cloud.syntax
package org.incendo.cloud.syntax
Utilities for syntax formatting.
-
ClassDescriptionUtility that formats chains of
command componentsinto syntax stringsCommandSyntaxFormatterimplementation that uses the following rules: static arguments are serialized as their name, without a bracket required arguments are serialized as their name, surrounded by angle brackets optional arguments are serialized as their name, surrounded by square brackets does not render arguments the sender does not have access to (either due to permission or sender type requirements)Instance that is used when building command syntax