Skip to content

Commit

Permalink
Allow --include-unknown with install (#3752)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly authored Oct 11, 2023
1 parent 3d60cec commit 8cf1a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AppInstallerCLICore/Commands/InstallCommand.cpp
Original file line number Diff line number Diff line change
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 8cf1a43

Please sign in to comment.