Skip to content

Commit 6446247

Browse files
committed
Remove the ctor option.
1 parent 2059ee0 commit 6446247

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/pbjs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ exports.main = function main(args, callback) {
2323
var lintDefault = "eslint-disable block-scoped-var, no-redeclare, no-control-regex, no-prototype-builtins";
2424
var argv = minimist(args, {
2525
alias: {
26-
constructor: "ct",
2726
target: "t",
2827
out: "o",
2928
path: "p",
@@ -38,7 +37,6 @@ exports.main = function main(args, callback) {
3837
boolean: [ "constructor", "create", "encode", "decode", "verify", "convert", "delimited", "beautify", "comments", "es6", "sparse", "keep-case", "force-long", "force-number", "force-enum-string", "force-message" ],
3938
default: {
4039
target: "json",
41-
constructor: true,
4240
create: true,
4341
encode: true,
4442
decode: true,

0 commit comments

Comments
 (0)