List accounts

$ himalaya account list [OPTIONS]

Lists all accounts defined in your configuration file. 3 properties are displayed:

  • name: the name of the account (the TOML table section)
  • backends: the list of all backend used for all features
  • default: represents the defaultness of the account (“yes” if the option default = true is set, “no” otherwise)

Options

-w|--max-width

The maximum width the table should not exceed.

This argument will force the table not to exceed the given width in pixels. Columns may shrink with ellipsis in order to fit the width.