Skip to content

Commit

Permalink
fix: Add import/export cmds desc
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump committed Nov 29, 2024
1 parent 95b66d6 commit 1de42b4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/subcommands/identifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,17 @@ pub enum IdentifierCommand {
init_seed_file: Option<PathBuf>,
},
/// Show the identifier details of a specified alias
Info {
alias: String,
},
Info { alias: String },
/// List all aliases and their corresponding identifiers
List,
/// List identifier OOBIs
Oobi {
#[command(subcommand)]
command: OobiCommands,
},
Export {
alias: String,
},
/// Export identifier data to JSON
Export { alias: String },
/// Import identifier data from JSON
Import {
/// Alias for imported identifier
alias: String,
Expand Down

0 comments on commit 1de42b4

Please sign in to comment.