Loading crates/arti/src/subcommands/hsc.rs +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ pub(crate) enum HscSubcommands { Hsc(HscSubcommand), } /// The `hsc` subcommand. #[derive(Debug, Subcommand)] pub(crate) enum HscSubcommand { /// Prepare a service discovery key for connecting Loading @@ -49,6 +50,7 @@ pub(crate) enum HscSubcommand { CTorMigrate(CTorMigrateArgs), } /// The `hsc-key` subcommand. #[derive(Debug, Subcommand)] pub(crate) enum KeySubcommand { /// Get or generate a hidden service client key Loading crates/arti/src/subcommands/hss.rs +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ pub(crate) enum HssSubcommands { Hss(Hss), } /// The `hss` subcommand and args. #[derive(Debug, Parser)] pub(crate) struct Hss { /// Arguments shared by all hss subcommands. Loading @@ -36,6 +37,7 @@ pub(crate) struct Hss { command: HssSubcommand, } /// The `hss` subcommand. #[derive(Subcommand, Debug, Clone)] pub(crate) enum HssSubcommand { /// Print the .onion address of a hidden service Loading crates/arti/src/subcommands/keys.rs +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ pub(crate) enum KeysSubcommands { Keys(KeysSubcommand), } /// The `keys` subcommand. #[derive(Subcommand, Debug, Clone)] pub(crate) enum KeysSubcommand { /// List keys and certificates. Loading crates/arti/src/subcommands/raw.rs +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ pub(crate) enum RawSubcommands { KeysRaw(RawSubcommand), } /// The `keys-raw` subcommand. #[derive(Subcommand, Debug, Clone)] pub(crate) enum RawSubcommand { /// Remove keystore entry by raw ID. Loading Loading
crates/arti/src/subcommands/hsc.rs +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ pub(crate) enum HscSubcommands { Hsc(HscSubcommand), } /// The `hsc` subcommand. #[derive(Debug, Subcommand)] pub(crate) enum HscSubcommand { /// Prepare a service discovery key for connecting Loading @@ -49,6 +50,7 @@ pub(crate) enum HscSubcommand { CTorMigrate(CTorMigrateArgs), } /// The `hsc-key` subcommand. #[derive(Debug, Subcommand)] pub(crate) enum KeySubcommand { /// Get or generate a hidden service client key Loading
crates/arti/src/subcommands/hss.rs +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ pub(crate) enum HssSubcommands { Hss(Hss), } /// The `hss` subcommand and args. #[derive(Debug, Parser)] pub(crate) struct Hss { /// Arguments shared by all hss subcommands. Loading @@ -36,6 +37,7 @@ pub(crate) struct Hss { command: HssSubcommand, } /// The `hss` subcommand. #[derive(Subcommand, Debug, Clone)] pub(crate) enum HssSubcommand { /// Print the .onion address of a hidden service Loading
crates/arti/src/subcommands/keys.rs +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ pub(crate) enum KeysSubcommands { Keys(KeysSubcommand), } /// The `keys` subcommand. #[derive(Subcommand, Debug, Clone)] pub(crate) enum KeysSubcommand { /// List keys and certificates. Loading
crates/arti/src/subcommands/raw.rs +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ pub(crate) enum RawSubcommands { KeysRaw(RawSubcommand), } /// The `keys-raw` subcommand. #[derive(Subcommand, Debug, Clone)] pub(crate) enum RawSubcommand { /// Remove keystore entry by raw ID. Loading