// Signal-to-cancellation adapter used by the `main!()` macro expansion
/// A prelude module to easily import Clawless's core types and traits
///
/// This module re-exports the most commonly used items from the clawless-core crate. By importing
/// everything from this module, users can conveniently access the necessary types and traits to
/// define and run commands without needing to import each item individually.