Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup incomplete CLI command #376

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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