Skip to content

account rename Command Guide

Enrico Rubboli edited this page Apr 10, 2026 · 1 revision

account-rename

Renames the selected account with an optional name. If the name is not specified, it will remove any existing name for the account.

Usage

account-rename [NAME]

Arguments

  • [NAME]: The new name for the account. If omitted, the account's name is removed.

Examples

# Rename the current account
account-rename "Trading"

# Remove the name from the current account
account-rename

Clone this wiki locally