diff --git a/index.js b/index.js index f7e1407..ec8f90d 100644 --- a/index.js +++ b/index.js @@ -30,11 +30,13 @@ class SlsBrowserify { out: { usage: 'Path to output directory', shortcut: 'o', + type: 'string', }, function: { usage: 'Name of the function', shortcut: 'f', required: true, + type: 'string', }, }, commands: {},