[][src]Module dsa::commands

The commands which can be plugged into the command line App.

Each command is an Action and provides a new_action() method to safe the user some casting. The commands can therefore be used to generate an App which has all of these commands as subcommands. The call to the subcommand can then further be processed by the very same command via its call() method. This enables each command to modularly contain both its usage definition and the actual processing.

Structs

Cli
Dump

Simply dumps the hero, ready to be displayed by the used Formatter.

Roll
Tracker

A generic tracker for a property during a cli session.