The cmd module contains the implementations of the commands, each in its own module
pub use load::load;
pub use test::test;
pub use up::up;