Skip to content

Commit

Permalink
Merge pull request #893 from crater2150/fix-zsh-completion
Browse files Browse the repository at this point in the history
Fix quotes in shebang help
  • Loading branch information
romanowski authored Apr 15, 2022
2 parents c1a6112 + 7c29279 commit 71041de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package scala.cli.commands
import caseapp._

@HelpMessage(
"""|Like 'run', but more handy from shebang scripts
"""|Like `run`, but more handy from shebang scripts
|
|This command is equivalent to `run`, but it changes the way
|`scala-cli` parses its command-line arguments in order to be compatible
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Accepts options:

## `shebang`

Like 'run', but more handy from shebang scripts
Like `run`, but more handy from shebang scripts

This command is equivalent to `run`, but it changes the way
`scala-cli` parses its command-line arguments in order to be compatible
Expand Down

0 comments on commit 71041de

Please sign in to comment.