Package com.io7m.quarrel.core
Interface QCommandOrGroupType
- All Known Subinterfaces:
QCommandGroupType,QCommandType
- All Known Implementing Classes:
ExCat,ExCmd0,ExCow,ExDog,ExEverything,ExMeta,QCommandApplicationUsage,QCommandHelp,QCommandVersion,QCommandXS
A command, or a group of commands.
-
Method Summary
-
Method Details
-
metadata
QCommandMetadata metadata()- Returns:
- The descriptive metadata for the command/group
-
isHidden
default boolean isHidden()- Returns:
trueif this command should be hidden in listings
-