We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3300e6b commit 751fa1dCopy full SHA for 751fa1d
src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
@@ -30,7 +30,7 @@ internal object PatchCommand : Runnable {
30
private lateinit var spec: CommandSpec
31
32
@ArgGroup(multiplicity = "0..*")
33
- private var selection = emptySet<Selection>()
+ private var selection = mutableSetOf<Selection>()
34
35
internal class Selection {
36
@ArgGroup(exclusive = false, multiplicity = "1")
0 commit comments