1
2
3
4
5
pub mod deploy;
pub mod run;

pub use deploy::Command as Deploy;
pub use run::Command as Run;