Skip to content

Commit

Permalink
add bool specification for cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 8, 2023
1 parent 773bd1d commit 7566a3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/cli-implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ const cli = meow(`
message: {
type: 'string',
},
publishScoped: {
type: 'boolean',
default: false,
},
},
});

Expand Down

0 comments on commit 7566a3f

Please sign in to comment.