Skip to content

Commit

Permalink
docs(ark-cli): update ark-cli list flags documentation
Browse files Browse the repository at this point in the history
Instead of explicitly using `--<FLAG>=true`, use `--flag`

Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Apr 21, 2024
1 parent 1b93f21 commit 9a2240d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ark-cli/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ But it's a bit boring and doesn't really tell anything, right? Various flags sho

- `--entry=id|path|ip|link` to show the path,the id or both of a resource
- `--modified` to show or not the last modified timestamp of a resource
- `--tags=true` to show or not the tags for every resource
- `--scores=true` to show or not the scores for every resource
- `--tags` to show or not the tags for every resource
- `--scores` to show or not the scores for every resource
- `--sort=asc|desc` to sort resources by asc or dsc order of scores
- `--filter=query` to filter resources by their tags

Expand Down

0 comments on commit 9a2240d

Please sign in to comment.