Fix help docs

This commit is contained in:
2026-04-27 09:45:07 +00:00
parent a43a45831c
commit e97054fa34
3 changed files with 4 additions and 0 deletions

View File

@@ -262,6 +262,7 @@ ${bold("Sub-commands:")}
- broadcast <invitation-id> ${dim("Broadcast an invitation")} - broadcast <invitation-id> ${dim("Broadcast an invitation")}
- requirements <invitation-id> ${dim("Show requirements for an invitation")} - requirements <invitation-id> ${dim("Show requirements for an invitation")}
- import <invitation-file> ${dim("Import an invitation from a file")} - import <invitation-file> ${dim("Import an invitation from a file")}
- inspect <invitation-id | invitation-file> ${dim("Inspect an invitation")}
- list ${dim("List all invitations")} - list ${dim("List all invitations")}
${bold("Create / Append options:")} ${bold("Create / Append options:")}

View File

@@ -19,6 +19,8 @@ ${bold("Usage:")} xo-cli mnemonic <sub-command>
${bold("Sub-commands:")} ${bold("Sub-commands:")}
- create <mnemonic-seed> ${dim("Create a new mnemonic file")} - create <mnemonic-seed> ${dim("Create a new mnemonic file")}
- list ${dim("List all mnemonic files")} - list ${dim("List all mnemonic files")}
- import <mnemonic-seed> ${dim("Import a mnemonic seed from a file")}
- expose <mnemonic-file> ${dim("Expose a mnemonic file")}
${bold("Options:")} ${bold("Options:")}
-o --output <output-filename> ${dim("Output filename for the mnemonic file")} -o --output <output-filename> ${dim("Output filename for the mnemonic file")}

View File

@@ -256,6 +256,7 @@ Commands:
receive ${dim("Generate a single-use receiving address")} receive ${dim("Generate a single-use receiving address")}
resource ${dim("Manage resources")} resource ${dim("Manage resources")}
completions ${dim("Generate shell completion scripts (bash, zsh, fish)")} completions ${dim("Generate shell completion scripts (bash, zsh, fish)")}
help ${dim("Show this help message")}
Options: Options:
-h, --help ${dim("Show this help message")} -h, --help ${dim("Show this help message")}