We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4a827 commit dee1e04Copy full SHA for dee1e04
1 file changed
source/utilities/cli.ts
@@ -159,6 +159,7 @@ const options = {
159
'--ssl-cert': String,
160
'--ssl-key': String,
161
'--ssl-pass': String,
162
+ '--no-request-logging': Boolean,
163
// A list of aliases for the above options.
164
'-h': '--help',
165
'-v': '--version',
@@ -170,6 +171,7 @@ const options = {
170
171
'-u': '--no-compression',
172
'-S': '--symlinks',
173
'-C': '--cors',
174
+ '-L': '--no-request-logging',
175
176
// The `-p` option is deprecated and is kept only for backwards-compatibility.
177
'-p': '--listen',
0 commit comments