Currently, both command line options and environment variables in the [`cli` doc](https://github.com/nodejs/node/blob/master/doc/api/cli.md) are not sorted alphabetically. I am not sure if these lists use some logic or time order that has to be preserved. Is it worth to sort them ASCII-wise?
Currently, both command line options and environment variables in the
clidoc are not sorted alphabetically.I am not sure if these lists use some logic or time order that has to be preserved.
Is it worth to sort them ASCII-wise?