Skip to content

Commit

Permalink
Remove the ctor option.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-anil committed May 23, 2017
1 parent 2059ee0 commit 6446247
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/pbjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ exports.main = function main(args, callback) {
var lintDefault = "eslint-disable block-scoped-var, no-redeclare, no-control-regex, no-prototype-builtins";
var argv = minimist(args, {
alias: {
constructor: "ct",
target: "t",
out: "o",
path: "p",
Expand All @@ -38,7 +37,6 @@ exports.main = function main(args, callback) {
boolean: [ "constructor", "create", "encode", "decode", "verify", "convert", "delimited", "beautify", "comments", "es6", "sparse", "keep-case", "force-long", "force-number", "force-enum-string", "force-message" ],
default: {
target: "json",
constructor: true,
create: true,
encode: true,
decode: true,
Expand Down

0 comments on commit 6446247

Please sign in to comment.