Command
Interfaces, Classes and Traits
- SignalableCommandInterface
- Interface for command reacting to signal.
- 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.
- LockableTrait
- Basic lock feature for commands.