Skip to content

Commit

Permalink
docs: Provide a better example for positional arg append under derive
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejp committed Oct 14, 2022
1 parent e6436a0 commit 3250bce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/tutorial_derive/03_03_positional_mult.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ name: []
$ 03_03_positional_mult_derive bob
name: ["bob"]

$ 03_03_positional_mult_derive bob john
name: ["bob", "john"]

```

0 comments on commit 3250bce

Please sign in to comment.