update manual

This commit is contained in:
Dan Anglin 2024-07-31 01:33:34 +01:00
parent 96629c76f2
commit 2e4177abff
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -17,8 +17,7 @@ SPDX-License-Identifier: CC-BY-4.0
- [Switch between accounts](#switch-between-accounts) - [Switch between accounts](#switch-between-accounts)
- [See the account that you are currently logged in as](#see-the-account-that-you-are-currently-logged-in-as) - [See the account that you are currently logged in as](#see-the-account-that-you-are-currently-logged-in-as)
- [Accounts](#accounts) - [Accounts](#accounts)
- [View your own account](#view-your-own-account) - [View account information](#view-account-information)
- [View an account](#view-an-account)
- [Follow an account](#follow-an-account) - [Follow an account](#follow-an-account)
- [Unfollow an account](#unfollow-an-account) - [Unfollow an account](#unfollow-an-account)
- [Show an account's followers](#show-an-accounts-followers) - [Show an account's followers](#show-an-accounts-followers)
@ -149,9 +148,9 @@ enbas whoami
| flag | type | required | description | default | | flag | type | required | description | default |
|------|------|----------|-------------|---------| |------|------|----------|-------------|---------|
| `type` | string | true | The resource you want to view. Here this should be `account`. | | | `type` | string | true | The resource you want to view. Here this should be `account`. | |
| `my-account` | boolean | true | Use this flag to view your own account. | | | `my-account` | boolean | true | Set to `true` to view your own account. | |
| `show-preferences` | boolean | false | Show your posting preferences. | false | | `show-preferences` | boolean | false | Show your posting preferences. Only applicable with the `my-account` flag. | false |
| `account-name` | string | true | The name of the account to view. | | | `account-name` | string | false | The name of the account to view. This is not required with the `my-account` flag. | |
| `skip-relationship` | boolean | false | Set to `true` to skip viewing your relationship to the account you are viewing (including the private note if you've created one). | false | | `skip-relationship` | boolean | false | Set to `true` to skip viewing your relationship to the account you are viewing (including the private note if you've created one). | false |
Additional flags for viewing an account's statuses. Additional flags for viewing an account's statuses.