Skip to content

Commit

Permalink
Allow --include-unknown with install
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Oct 11, 2023
1 parent 95dfc27 commit 1c166ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AppInstallerCLICore/Commands/InstallCommand.cpp
Expand Up @@ -50,6 +50,7 @@ namespace AppInstaller::CLI
Argument::ForType(Args::Type::Rename),
Argument::ForType(Args::Type::UninstallPrevious),
Argument::ForType(Args::Type::Force),
Argument{ Args::Type::IncludeUnknown, Resource::String::IncludeUnknownArgumentDescription, ArgumentType::Flag, Argument::Visibility::Hidden},
};
}

Expand Down

0 comments on commit 1c166ab

Please sign in to comment.