diff --git a/docs/manual.md b/docs/manual.md index af4ba6f..548690d 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -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