1 2 3 4 5 6 7
//! Command implementations - re-exports from implementation module #[path = "commands_generated.rs"] #[allow(clippy::all)] mod impl_; pub use impl_::*;