diff --git a/source/cli-implementation.js b/source/cli-implementation.js index 94b13de7..e90a3dad 100755 --- a/source/cli-implementation.js +++ b/source/cli-implementation.js @@ -100,6 +100,10 @@ const cli = meow(` message: { type: 'string', }, + publishScoped: { + type: 'boolean', + default: false, + }, }, });