Expand description
Card architecture for Pocket CLI
This module provides a card system for extending Pocket CLI functionality. Cards can add new commands, modify existing behavior, or provide additional features.
Modules§
Structs§
- Card
Command - A command provided by a card
- Card
Config - Configuration for a card
- Card
Manager - Manager for cards
Traits§
- Card
- Trait that all cards must implement