Skip to content

Commit

Permalink
Added prefix to commandOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
chardos committed May 25, 2020
1 parent a5ab194 commit de32a37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/commandOptions.js
Expand Up @@ -53,6 +53,11 @@ export default {
shortcut: 't',
usage: 'Disables the timeout feature.',
},
prefix: {
shortcut: 'p',
usage:
'Adds a prefix to every path, to send your requests to http://localhost:3000/prefix/[your_path] instead.',
},
printOutput: {
usage: 'Outputs your lambda response to the terminal.',
},
Expand Down

0 comments on commit de32a37

Please sign in to comment.