feat(tui): declarative keymap + command registry
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
//! Command catalog and lookup utilities for the command palette.
|
||||
pub mod registry;
|
||||
pub use registry::{AppCommand, CommandRegistry};
|
||||
|
||||
// Command catalog and lookup utilities for the command palette.
|
||||
|
||||
/// Metadata describing a single command keyword.
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
|
||||
Reference in New Issue
Block a user