Command Trait
Complete reference for Quark's Command trait — the core abstraction for executable commands with metadata, type-safe execution, and async support
Related Documentation
Quark Command System
High-performance, type-safe command registry for Pulsar — with compile-time argument checking, macro-powered registration, and async/sync support
Macro System
Complete reference for Quark's #[command] procedural macro — automatic Command trait generation, type inference, and async detection
Parser
Complete reference for Quark's command string parser — tokenization, quote handling, escape sequences, and error recovery