Skip to content

Commit

Permalink
bit better :help output
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Aug 22, 2024
1 parent 02ea5c5 commit 3b78e62
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ class Help[F[_]](
val baseDoc =
s"""izumi/distage role application launcher
|
| General commandline format:
|General commandline format:
|
| launcher [launcher options] [:role-name [role options] -- <role-args>]""".stripMargin
| * launcher [launcher options] [:role-name [role options] -- <role-args>]""".stripMargin

val notes =
s"""
| Notes:
s"""Notes:
|
| - Config file option (-c) is also appliable to every role individually
| * Config file option (-c) is also appliable to every role individually
|
| Examples:
| * Example:
|
| launcher -c myconfig.json :help :myrole -c roleconfig.json
| launcher -c global-config.json :help :my-role -c my-role-config.json
| launcher -c global-config.json :help :my-role -c my-role-config.json -- my-role-arg :role2
|
|Available functionality choices:
|$activations""".stripMargin
Expand Down

0 comments on commit 3b78e62

Please sign in to comment.