Skip to content

Commit

Permalink
chore: add aliases for restaking protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jan 24, 2025
1 parent cc8120a commit 639d18e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bolt-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,13 @@ pub struct OperatorsCommand {
#[derive(Debug, Clone, Parser)]
pub enum OperatorsSubcommand {
/// Commands to interact with EigenLayer and bolt.
#[clap(name = "eigenlayer")] // and not eigen-layer
#[clap(name = "eigenlayer", alias = "el")]
EigenLayer {
#[clap(subcommand)]
subcommand: EigenLayerSubcommand,
},
/// Commands to interact with Symbiotic and bolt.
#[clap(alias = "symb")]
Symbiotic {
#[clap(subcommand)]
subcommand: SymbioticSubcommand,
Expand Down

0 comments on commit 639d18e

Please sign in to comment.