mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
feat(bin): remove pm option multi-package
This commit is contained in:
parent
bb6daa559a
commit
9c5d2d8a5c
1 changed files with 0 additions and 7 deletions
|
@ -95,10 +95,6 @@ export interface PackageManagerInstallOptions {
|
|||
* `--force-non-staged`
|
||||
*/
|
||||
forceNonStaged: boolean;
|
||||
/**
|
||||
* `--multi-package`
|
||||
*/
|
||||
multiPackage: boolean;
|
||||
/**
|
||||
* `--staged`
|
||||
*/
|
||||
|
@ -196,9 +192,6 @@ export class PackageManager extends AdbCommandBase {
|
|||
if (options.forceNonStaged) {
|
||||
args.push("--force-non-staged");
|
||||
}
|
||||
if (options.multiPackage) {
|
||||
args.push("--multi-package");
|
||||
}
|
||||
if (options.staged) {
|
||||
args.push("--staged");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue