File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
modules/cli/src/main/scala/scala/cli/commands Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ package scala.cli.commands
3
3
import caseapp ._
4
4
5
5
@ HelpMessage (
6
- """ |This command is an equivalent of `run`, but it changes the way how
7
- |`scala-cli` parses it's command-line arguments in order to be compatibility
6
+ """ |Like 'run', but more handy from shebang scripts
7
+ |
8
+ |This command is equivalent to `run`, but it changes the way
9
+ |`scala-cli` parses its command-line arguments in order to be compatible
8
10
|with shebang scripts.
9
11
|
10
12
|Normally, inputs and scala-cli options can be mixed. Program have to be specified after `--`
Original file line number Diff line number Diff line change @@ -200,8 +200,10 @@ Accepts options:
200
200
201
201
## ` shebang `
202
202
203
- This command is an equivalent of ` run ` , but it changes the way how
204
- ` scala-cli ` parses it's command-line arguments in order to be compatibility
203
+ Like 'run', but more handy from shebang scripts
204
+
205
+ This command is equivalent to ` run ` , but it changes the way
206
+ ` scala-cli ` parses its command-line arguments in order to be compatible
205
207
with shebang scripts.
206
208
207
209
Normally, inputs and scala-cli options can be mixed. Program have to be specified after ` -- `
You can’t perform that action at this time.
0 commit comments