Class CommandArgument

java.lang.Object
All Implemented Interfaces:
GreedyArgument, BukkitExecutable<Argument<CommandResult>>, ChainableBuilder<Argument<CommandResult>>, PlatformExecutable<Argument<CommandResult>,org.bukkit.command.CommandSender>

public class CommandArgument extends Argument<CommandResult> implements GreedyArgument
An argument that represents a command. This allows users to enter the name and arguments of any other command as an argument to this command.
Since:
8.6.0
API Note:
Returns a CommandResult object