Skip to content

Commit

Permalink
Remove lab xdr command
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed May 2, 2024
1 parent 8c04c94 commit ebbe521
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
23 changes: 0 additions & 23 deletions cmd/soroban-cli/src/commands/lab/mod.rs

This file was deleted.

4 changes: 0 additions & 4 deletions cmd/soroban-cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ impl Root {
Cmd::Completion(completion) => completion.run(),
Cmd::Contract(contract) => contract.run(&self.global_args).await?,
Cmd::Events(events) => events.run().await?,
Cmd::Lab(lab) => lab.run()?,
Cmd::Xdr(xdr) => xdr.run()?,
Cmd::Network(network) => network.run().await?,
Cmd::Version(version) => version.run(),
Expand Down Expand Up @@ -126,9 +125,6 @@ pub enum Cmd {
/// Create and manage identities including keys and addresses
#[command(subcommand)]
Keys(keys::Cmd),
/// Experiment with early features and expert tools
#[command(subcommand)]
Lab(lab::Cmd),
/// Decode and encode XDR
Xdr(stellar_xdr::cli::Root),
/// Start and configure networks
Expand Down

0 comments on commit ebbe521

Please sign in to comment.