File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
modules/cli/src/main/scala/scala/cli/commands/pgp Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ final case class PgpPushOptions(
24
24
@ Group (HelpGroup .PGP .toString)
25
25
@ HelpMessage (" Whether to exit with code 0 if no key is passed" )
26
26
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
31
27
) extends HasGlobalOptions
32
28
// format: on
33
29
Original file line number Diff line number Diff line change @@ -2122,11 +2122,6 @@ Try to push the key even if Scala CLI thinks it's not a public key
2122
2122
[ Internal]
2123
2123
Whether to exit with code 0 if no key is passed
2124
2124
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
-
2130
2125
### Pgp scala signing options
2131
2126
2132
2127
Available in commands:
You can’t perform that action at this time.
0 commit comments