Skip to content

Commit 7b5e0f8

Browse files
committed
Remove duplicate --source-jar option alias for the package sub-command
1 parent 48382f4 commit 7b5e0f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/cli/src/main/scala/scala/cli/commands/package0/PackageOptions.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ final case class PackageOptions(
5050
@HelpMessage("Generate a source JAR rather than an executable JAR")
5151
@Name("sources")
5252
@Name("src")
53-
@Name("sourceJar")
5453
@Tag(tags.restricted)
5554
@Tag(tags.inShortHelp)
5655
source: Boolean = false,

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ Generate a library JAR rather than an executable JAR
751751

752752
### `--source`
753753

754-
Aliases: `--source-jar`, `--sources`, `--src`
754+
Aliases: `--sources`, `--src`
755755

756756
Generate a source JAR rather than an executable JAR
757757

0 commit comments

Comments
 (0)