added doc comments for cli commands

This commit is contained in:
Sayantan Karmakar 2022-06-01 19:08:41 +05:30
parent 02071c474d
commit 2750e7b3ab
1 changed files with 3 additions and 0 deletions

View File

@ -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<Cluster>,