Module slashy::commands[][src]

Expand description

Everything related to commands.

Structs

ArgumentChoice

Represents a choice for an argument

Command

A command

CommandArgumentsTree

The root of the command arguments tree

SlashyError

Generic error type

Enums

CommandArguments

The argument metadata we store with the command

Type Definitions

CommandError

Variable error type for commands

CommandFunction

A function run for a command

CommandResult

The return type of CommandFunction