docs: Provide a better example for positional arg append under derive

This commit is contained in:
Sergej Pershaj 2022-10-14 14:49:39 +01:00
parent e6436a0967
commit 3250bcec4c

View file

@ -17,4 +17,7 @@ name: []
$ 03_03_positional_mult_derive bob
name: ["bob"]
$ 03_03_positional_mult_derive bob john
name: ["bob", "john"]
```