cuddle-please/crates/cuddle-please-commands/src/lib.rs
kjuulh ae9073bf0b
refactor: move config list
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:01:00 +02:00

6 lines
98 B
Rust

mod command;
mod config_command;
mod release_command;
pub use command::Command as PleaseCommand;