mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-07 07:31:09 -05:00
4067c82486
Some shell apps care about what order the arguments appear in. When `parseArgs()` is called with `tokens: true`, it produces this `tokens` array which represents all the command line options and arguments, in order, which is useful for these more advanced cases.