Skip to content

Commit

Permalink
fix: 🐛 revert default emoji config from none to code
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaxy committed May 5, 2022
1 parent b9b8318 commit 3000e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

`gacp --no-verify`

`gacp --emoji none`

## Configuration File

You can configure gacp via:
Expand Down
2 changes: 1 addition & 1 deletion src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function configureYargs() {
type: 'string',
desc: 'use emoji or code',
choices: ['none', 'code', 'emoji'],
default: 'none',
default: 'code',
},
editor: {
type: 'boolean',
Expand Down

0 comments on commit 3000e9e

Please sign in to comment.