Skip to content

Commit

Permalink
SDK: Cleanup unnecessary required: false in yargs options (#26612)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla authored Aug 10, 2018
1 parent 6024e25 commit 1f5f326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/sdk-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ yargs
'view-script': {
description: 'Entry for rendered-page-side JavaScript file',
type: 'string',
required: false,
coerce: value => path.resolve( __dirname, '../', value ),
requiresArg: true,
},
Expand Down

0 comments on commit 1f5f326

Please sign in to comment.