added doc comments for cli commands
This commit is contained in:
parent
02071c474d
commit
2750e7b3ab
|
@ -20,8 +20,11 @@ pub struct Opts {
|
||||||
|
|
||||||
#[derive(Debug, Parser)]
|
#[derive(Debug, Parser)]
|
||||||
pub enum Command {
|
pub enum Command {
|
||||||
|
/// Initializes a dev-tools workspace
|
||||||
Init,
|
Init,
|
||||||
|
/// Prints the address of the dex program
|
||||||
Instance,
|
Instance,
|
||||||
|
/// Deploys the dex program to the specified cluster
|
||||||
Deploy {
|
Deploy {
|
||||||
cluster: Option<Cluster>,
|
cluster: Option<Cluster>,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue