-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ internal object MainCommand : Runnable { | |
@Option(names = ["-e", "--exclude"], description = ["Explicitly exclude patches"]) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
TheJeterLP
Author
Contributor
|
||
var excludedPatches = arrayOf<String>() | ||
|
||
@Option(names = ["--exclusive"], description = ["Exclusively include patches"]) | ||
@Option(names = ["--exclusive"], description = ["Only installs the patches you include, not including any patch by default"]) | ||
var defaultExclude = false | ||
|
||
@Option(names = ["-i", "--include"], description = ["Include patches"]) | ||
|
2 comments
on commit a26b0ea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only installs the patches you include, not including any patch by default
what are the patches that includes by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only installs the patches you include, not including any patch by default
what are the patches that includes by default?
The ones that get installed by default. See CLI output for the default patches.
@TheJeterLP You forgot this. Something like "Exclude patches" suffices.