Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Fage <afage@linz.govt.nz>
  • Loading branch information
blacha and amfage authored Jul 5, 2023
1 parent 123bf4f commit 8087266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ copy ./debug/manifest-eMxkhansySrfQt79rIbAGOGrQ2ne-h4GdLXkbA3O6mo.json --concurr

### group

group a input list into a array of arrays
group an input list into an array of arrays
```bash
group --size 2 "a" "b" "c" '["1","2","3"]'
# [["a","b"], ["c","1"], ["2", "3"]]
Expand Down

0 comments on commit 8087266

Please sign in to comment.