mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-06-13 05:37:38 +02:00
fix: Make patches selectable by using a mutable collection for the selection option
This commit is contained in:
@ -30,7 +30,7 @@ internal object PatchCommand : Runnable {
|
||||
private lateinit var spec: CommandSpec
|
||||
|
||||
@ArgGroup(multiplicity = "0..*")
|
||||
private var selection = emptySet<Selection>()
|
||||
private var selection = mutableSetOf<Selection>()
|
||||
|
||||
internal class Selection {
|
||||
@ArgGroup(exclusive = false, multiplicity = "1")
|
||||
|
Reference in New Issue
Block a user