fixed documentation

This commit is contained in:
Dan Anglin 2024-07-31 03:24:27 +01:00
parent 2e4177abff
commit b711560488
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -144,6 +144,10 @@ enbas whoami
```
enbas show --type account --account-name @name@example.social
```
- View an account and show the public statuses that it has created.
```
enbas show --type account --account-name @name@example.social --show-statuses --only-public
```
| flag | type | required | description | default |
|------|------|----------|-------------|---------|
@ -157,13 +161,13 @@ Additional flags for viewing an account's statuses.
| flag | type | required | description | default |
|------|------|----------|-------------|---------|
| `show-statuses` | bool | Set to `true` to view the statuses created from this account. | false |
| `limit` | integer | The maximum amount of statuses to show from this account. | 20 |
| `exclude-replies` | bool | Set to `true` to exclude replies. | false |
| `exclude-boosts` | bool | Set to `true` to exclude boosts. | false |
| `only-pinned` | bool | Set to `true` to view only pinned statuses. | false |
| `only-media` | bool | Set to `true` to view only statuses with media attachments. | false |
| `only-public` | bool | Set to `true` to view only public statuses. | false |
| `show-statuses` | bool | false | Set to `true` to view the statuses created from this account. | false |
| `limit` | integer | false | The maximum amount of statuses to show from this account. | 20 |
| `exclude-replies` | bool | false | Set to `true` to exclude replies. | false |
| `exclude-boosts` | bool | false | Set to `true` to exclude boosts. | false |
| `only-pinned` | bool | false | Set to `true` to view only pinned statuses. | false |
| `only-media` | bool | false | Set to `true` to view only statuses with media attachments. | false |
| `only-public` | bool | false | Set to `true` to view only public statuses. | false |
### Follow an account