diff --git a/cli/src/lib.rs b/cli/src/lib.rs index b5d9a49..a2f924d 100644 --- a/cli/src/lib.rs +++ b/cli/src/lib.rs @@ -20,8 +20,11 @@ pub struct Opts { #[derive(Debug, Parser)] pub enum Command { + /// Initializes a dev-tools workspace Init, + /// Prints the address of the dex program Instance, + /// Deploys the dex program to the specified cluster Deploy { cluster: Option,