Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo authored Apr 26, 2024
1 parent 2342e17 commit f9d6c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ oapi-cli --help DeleteTags
```

Examples of complex argument, with DeleteTags
[Cascade notation](https://flutterbyexample.com/lesson/cascade-notation):
[cascade notation](https://dart.dev/language/operators#cascade-notation):
```bash
oapi-cli DeleteTags --ResourceIds '["ID0", "ID1"]' --Tags.0.Key k0 ..Value v0 --Tags.1.Key k1 ..Value v1
```
Is the same as the line below but using [] syntax for `ResourceIds`, and without cascade argument, but in color.
Is the same as the line below but using [] syntax for `ResourceIds`, and without de argument, but in color.
```bash
oapi-cli --color DeleteTags --ResourceIds[] "ID0" --ResourceIds[] "ID1" --Tags.0.Key k0 --Tags.0.Value v0 --Tags.1.Key k1 --Tags.1.Value v1
```
Expand Down

0 comments on commit f9d6c46

Please sign in to comment.