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"); |
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.
ts-framework-cli/lib/commands/ListenCommand.ts
Line 18 in 731ef16
ts-framework-cli/lib/commands/RunCommand.ts
Line 16 in 731ef16
ts-framework-cli/lib/commands/WatchCommand.ts
Line 14 in 731ef16