Skip to content

Commit

Permalink
Merge pull request #376 from WilliamXieCrypto/william/cleanup_incompl…
Browse files Browse the repository at this point in the history
…ete_command

Cleanup incomplete CLI command
  • Loading branch information
EricBolten authored Jul 29, 2022
2 parents 1de7098 + 0debbbc commit ffc860d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 516 deletions.
12 changes: 0 additions & 12 deletions orchestrator/gorc/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ mod eth_to_cosmos;
mod keys;
mod orchestrator;
mod print_config;
mod query;
mod sign_delegate_keys;
mod tests;
mod tx;

use crate::config::GorcConfig;
use abscissa_core::{clap::Parser, Command, Configurable, FrameworkError, Runnable};
Expand All @@ -37,16 +34,7 @@ pub enum GorcCmd {

PrintConfig(print_config::PrintConfigCmd),

#[clap(subcommand)]
Query(query::QueryCmd),

SignDelegateKeys(sign_delegate_keys::SignDelegateKeysCmd),

#[clap(subcommand)]
Tests(tests::TestsCmd),

#[clap(subcommand)]
Tx(tx::TxCmd),
}

/// Entry point for the application. It needs to be a struct to allow using subcommands!
Expand Down
35 changes: 0 additions & 35 deletions orchestrator/gorc/src/commands/query.rs

This file was deleted.

55 changes: 0 additions & 55 deletions orchestrator/gorc/src/commands/query/cosmos.rs

This file was deleted.

50 changes: 0 additions & 50 deletions orchestrator/gorc/src/commands/query/eth.rs

This file was deleted.

26 changes: 0 additions & 26 deletions orchestrator/gorc/src/commands/tests.rs

This file was deleted.

24 changes: 0 additions & 24 deletions orchestrator/gorc/src/commands/tx.rs

This file was deleted.

173 changes: 0 additions & 173 deletions orchestrator/gorc/src/commands/tx/cosmos.rs

This file was deleted.

Loading

0 comments on commit ffc860d

Please sign in to comment.