Skip to content

Commit

Permalink
docs: Add missing 'force-number' pbjs option
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Apr 19, 2019
2 parents fcaea97 + 7485d4b commit 2d047e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -654,6 +654,7 @@ Translates between file formats and generates static code.
--no-comments Does not output any JSDoc comments.
--force-long Enfores the use of 'Long' for s-/u-/int64 and s-/fixed64 fields.
--force-number Enfores the use of 'number' for s-/u-/int64 and s-/fixed64 fields.
--force-message Enfores the use of message instances instead of plain objects.
usage: pbjs [options] file1.proto file2.json ... (or pipe) other | pbjs [options] -
Expand Down

0 comments on commit 2d047e2

Please sign in to comment.