Skip to content

Commit

Permalink
📦 NEW: No Clear
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 15, 2020
1 parent b1764b5 commit 7d40f02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template/utils/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ const flags = {
alias: `c`,
desc: `Clear the console`
},
'no-clear': {
type: `boolean`,
default: false,
desc: `Don't clear the console`
},
debug: {
type: `boolean`,
default: false,
Expand Down

0 comments on commit 7d40f02

Please sign in to comment.