* fix #234843

* fix lint error
This commit is contained in:
Sandeep Somavarapu
2024-12-12 16:48:37 +01:00
committed by GitHub
parent ded87f9d8e
commit 4920694ece
9 changed files with 18 additions and 2 deletions
+2
View File
@@ -85,6 +85,8 @@ pub fn try_parse_legacy(
subcommand: ExtensionSubcommand::Install(InstallExtensionArgs {
id_or_path: exts,
pre_release: args.contains_key("pre-release"),
donot_include_pack_and_dependencies: args
.contains_key("do-not-include-pack-dependencies"),
force: args.contains_key("force"),
}),
desktop_code_options,