Set up folder structure for the command handlers.
This commit is contained in:
3
src/command/mod.rs
Normal file
3
src/command/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub(crate) mod add_post;
|
||||
pub(crate) mod build;
|
||||
pub(crate) mod init;
|
||||
Reference in New Issue
Block a user