-
Notifications
You must be signed in to change notification settings - Fork 1
Docs: Port flag description is wrong #3
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
The port flag, used on the Listen, Run and Watch commands, is wrongly described as The PORT to listen to, can be overriden with PORT env variable, but it's actually not overriden by the PORT env variable.
The flag description should be updated to reflect the fact that the flag will override the PORT env.
| .describe("p", "The PORT to listen to, can be overriden with PORT env variable"); |
| .describe("p", "The PORT to listen to, can be overriden with PORT env variable"); |
| .describe("p", "The PORT to listen to, can be overriden with PORT env variable"); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers