-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
doc: sorting in doc/api/cli? #19814
Copy link
Copy link
Closed
Labels
cliIssues and PRs related to the Node.js command-line interface.Issues and PRs related to the Node.js command-line interface.docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.questionIssues asking questions about Node.js.Issues asking questions about Node.js.
Description
Activity
Metadata
Metadata
Assignees
Labels
cliIssues and PRs related to the Node.js command-line interface.Issues and PRs related to the Node.js command-line interface.docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.questionIssues asking questions about Node.js.Issues asking questions about Node.js.
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?