Expand description
All of the classes needed to implement a new command or token type.
Re-exportsยง
pub use super::token::FuzzyMatch;
pub use super::token::MatchMeta;
pub use super::token::Token;
pub use super::token::TokenMatch;
pub use super::token::TokenType;
pub use super::Command;
pub use super::CommandPriority;
pub use crate::app::AppMeta;
pub use crate::app::AutocompleteSuggestion;
pub use super::token::constructors::*;