Skip to content

Commit

Permalink
refactor: 💡 display detailed message
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Aug 7, 2022
1 parent 9295266 commit 9b1087c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default async function cli() {
})
.help('h')
.alias('h', 'help')
.epilog('Copyright Shuhei Hayashibara 2019');
.epilog(`Copyright Shuhei Hayashibara 2022\nFor more information, see https://github.com/shufo/blade-formatter`);

// @ts-ignore
// eslint-disable-next-line
Expand Down

0 comments on commit 9b1087c

Please sign in to comment.