Loading crates/arti/src/subcommands/hss.rs +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ pub(crate) struct Hss { #[command(flatten)] common: CommonArgs, /// Return the identity key for the specified service. /// The `hss` subcommand to run. #[command(subcommand)] command: HssSubcommand, } Loading Loading
crates/arti/src/subcommands/hss.rs +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ pub(crate) struct Hss { #[command(flatten)] common: CommonArgs, /// Return the identity key for the specified service. /// The `hss` subcommand to run. #[command(subcommand)] command: HssSubcommand, } Loading