Skip to content

Commit 170ff8d

Browse files
committed
Remove duplicate --force-signing-externally option for the pgp push sub-command
1 parent 7b5e0f8 commit 170ff8d

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

modules/cli/src/main/scala/scala/cli/commands/pgp/PgpPushOptions.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ final case class PgpPushOptions(
2424
@Group(HelpGroup.PGP.toString)
2525
@HelpMessage("Whether to exit with code 0 if no key is passed")
2626
allowEmpty: Boolean = false,
27-
@Group(HelpGroup.PGP.toString)
28-
@HelpMessage("When running Scala CLI on the JVM, force running scala-cli-singing using a native launcher or a JVM launcher")
29-
@Hidden
30-
forceSigningExternally: Boolean = false
3127
) extends HasGlobalOptions
3228
// format: on
3329

website/docs/reference/cli-options.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,11 +2122,6 @@ Try to push the key even if Scala CLI thinks it's not a public key
21222122
[Internal]
21232123
Whether to exit with code 0 if no key is passed
21242124

2125-
### `--force-signing-externally`
2126-
2127-
[Internal]
2128-
When running Scala CLI on the JVM, force running scala-cli-singing using a native launcher or a JVM launcher
2129-
21302125
### Pgp scala signing options
21312126

21322127
Available in commands:

0 commit comments

Comments
 (0)