Skip to content

Commit

Permalink
feat: improve help message
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 2, 2021
1 parent b34f0f0 commit b8c3669
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ export const help = (sections: HelpSection[]): void => {
sections.unshift({
body: `\n📚 Dico CLI\n ${chalk.cyanBright(
"Read the docs:"
)} https://docs.dico.app/cli${
)} https://docs.dico.app/cli\n ${chalk.cyan(
"Any questions, issues?"
)} https://github.com/dico-app/dico-cli/discussions${
config.endpoint
? `\n ${chalk.cyan("Endpoint override:")} ${config.endpoint}`
? `\n ${chalk.magentaBright("Endpoint override:")} ${config.endpoint}`
: ""
}`
});
Expand Down

0 comments on commit b8c3669

Please sign in to comment.