Skip to content

Docs: Port flag description is wrong #3

@rangelfinal

Description

@rangelfinal

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");

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions