Skip to content

Commit

Permalink
Add console keys back to help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Feb 22, 2023
1 parent 23b5f6a commit 1d83693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object HelpMessages {
def commandFullHelpReference(commandName: String, needsPower: Boolean = false): String = {
val maybePowerString = if needsPower then "--power " else ""
s"""You are currently viewing the basic help for the $commandName sub-command. You can view the full help by running:
| ${ScalaCli.progName} $maybePowerString$commandName --help-full""".stripMargin
| ${Console.BOLD}${ScalaCli.progName} $maybePowerString$commandName --help-full${Console.RESET}""".stripMargin
}

def commandDocWebsiteReference(websiteSuffix: String): String =
Expand Down

0 comments on commit 1d83693

Please sign in to comment.