Set up folder structure for the command handlers.
This commit is contained in:
0
src/command/add_post/mod.rs
Normal file
0
src/command/add_post/mod.rs
Normal file
0
src/command/build/mod.rs
Normal file
0
src/command/build/mod.rs
Normal file
0
src/command/init/mod.rs
Normal file
0
src/command/init/mod.rs
Normal file
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