Add options to disable Yarn and Pnpm individually. (#260)
* Add options to disable Yarn and Pnpm individualy. * cargo fmt Co-authored-by: Thomas Schönauer <37108907+DottoDev@users.noreply.github.com>
This commit is contained in:
@@ -126,6 +126,7 @@ pub enum Step {
|
||||
Pipx,
|
||||
Pkg,
|
||||
Pkgin,
|
||||
Pnpm,
|
||||
Powershell,
|
||||
Protonup,
|
||||
Raco,
|
||||
@@ -154,6 +155,7 @@ pub enum Step {
|
||||
Winget,
|
||||
Wsl,
|
||||
Yadm,
|
||||
Yarn,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Default, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user