diff --git a/src/cli/commands/invitation.ts b/src/cli/commands/invitation.ts index 6720a47..c909529 100644 --- a/src/cli/commands/invitation.ts +++ b/src/cli/commands/invitation.ts @@ -262,6 +262,7 @@ ${bold("Sub-commands:")} - broadcast ${dim("Broadcast an invitation")} - requirements ${dim("Show requirements for an invitation")} - import ${dim("Import an invitation from a file")} + - inspect ${dim("Inspect an invitation")} - list ${dim("List all invitations")} ${bold("Create / Append options:")} diff --git a/src/cli/commands/mnemonic.ts b/src/cli/commands/mnemonic.ts index c1f7b87..b50fc12 100644 --- a/src/cli/commands/mnemonic.ts +++ b/src/cli/commands/mnemonic.ts @@ -19,6 +19,8 @@ ${bold("Usage:")} xo-cli mnemonic ${bold("Sub-commands:")} - create ${dim("Create a new mnemonic file")} - list ${dim("List all mnemonic files")} + - import ${dim("Import a mnemonic seed from a file")} + - expose ${dim("Expose a mnemonic file")} ${bold("Options:")} -o --output ${dim("Output filename for the mnemonic file")} diff --git a/src/cli/index.ts b/src/cli/index.ts index 2b0ff7f..04874b5 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -256,6 +256,7 @@ Commands: receive ${dim("Generate a single-use receiving address")} resource ${dim("Manage resources")} completions ${dim("Generate shell completion scripts (bash, zsh, fish)")} + help ${dim("Show this help message")} Options: -h, --help ${dim("Show this help message")}