Class CommandArgument

java.lang.Object
dev.jorel.commandapi.AbstractArgumentTree<Impl,Argument,CommandSender>
dev.jorel.commandapi.arguments.AbstractArgument<T,Argument<T>,Argument<?>,org.bukkit.command.CommandSender>
dev.jorel.commandapi.arguments.Argument<CommandResult>
dev.jorel.commandapi.arguments.CommandArgument
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