Command
Table of Contents
Interfaces
- SignalableCommandInterface
 - Interface for command reacting to signal.
 
Classes
- Command
 - Base class for all commands.
 - CompleteCommand
 - Responsible for providing the values to the shell completion.
 - DumpCompletionCommand
 - Dumps the completion script for the current shell.
 - HelpCommand
 - HelpCommand displays the help for a given command.
 - LazyCommand
 - Base class for all commands.
 - ListCommand
 - ListCommand displays the list of all available commands for the application.
 
Traits
- LockableTrait
 - Basic lock feature for commands.