Skip to content

Commit

Permalink
Merge branch 'master' into chore--update-merod-command-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav authored Dec 20, 2024
2 parents 82319d9 + bb54d55 commit dbeae8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/meroctl/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ pub enum SubCommands {
App(AppCommand),
Context(ContextCommand),
Identity(IdentityCommand),
JsonRpc(CallCommand),
Proxy(ProxyCommand),
Call(CallCommand),
}
Expand Down Expand Up @@ -91,7 +90,6 @@ impl RootCommand {
SubCommands::App(application) => application.run(&environment).await,
SubCommands::Context(context) => context.run(&environment).await,
SubCommands::Identity(identity) => identity.run(&environment).await,
SubCommands::JsonRpc(jsonrpc) => jsonrpc.run(&environment).await,
SubCommands::Proxy(proxy) => proxy.run(&environment).await,
SubCommands::Call(call) => call.run(&environment).await,
};
Expand Down

0 comments on commit dbeae8e

Please sign in to comment.