Skip to content

Commit

Permalink
Merge pull request #688 from near/split-method-names
Browse files Browse the repository at this point in the history
Split --method-names value
  • Loading branch information
vgrichina authored Mar 10, 2021
2 parents 6d6b0cf + c7e85fd commit 109e7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/add-key.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ module.exports = {
required: false,
})
.option('method-names', {
desc: 'Method names to limit access key to (command separated)',
type: 'string',
desc: 'Method names to limit access key to (example: --method-names meth1 meth2)',
type: 'array',
required: false,
})
.option('allowance', {
Expand Down

0 comments on commit 109e7fb

Please sign in to comment.