From 2750e7b3ab5836d7ac345a63bf546a1c9a9fb208 Mon Sep 17 00:00:00 2001 From: Sayantan Karmakar Date: Wed, 1 Jun 2022 19:08:41 +0530 Subject: [PATCH] added doc comments for cli commands --- cli/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) 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,