rename diffWithXXX to diffFromXXX
This commit is contained in:
parent
9428f2ecb7
commit
b9ea739a44
@ -124,7 +124,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"diffWithApk": {
|
"diffFromApk": {
|
||||||
"description": "Create diff patch from a Android package(.apk)",
|
"description": "Create diff patch from a Android package(.apk)",
|
||||||
"options": {
|
"options": {
|
||||||
"output": {
|
"output": {
|
||||||
@ -133,7 +133,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"diffWithIpa": {
|
"diffFromIpa": {
|
||||||
"description": "Create diff patch from a iOS package(.ipa)",
|
"description": "Create diff patch from a iOS package(.ipa)",
|
||||||
"options": {
|
"options": {
|
||||||
"output": {
|
"output": {
|
||||||
|
@ -375,7 +375,7 @@ export const commands = {
|
|||||||
await diffWithPPK(origin, next, realOutput, 'index.bundlejs');
|
await diffWithPPK(origin, next, realOutput, 'index.bundlejs');
|
||||||
},
|
},
|
||||||
|
|
||||||
async diffWithApk({args, options}) {
|
async diffFromApk({args, options}) {
|
||||||
const [origin, next] = args;
|
const [origin, next] = args;
|
||||||
const {output} = options;
|
const {output} = options;
|
||||||
|
|
||||||
@ -389,7 +389,7 @@ export const commands = {
|
|||||||
await diffWithPackage(origin, next, realOutput, 'assets/index.android.bundle');
|
await diffWithPackage(origin, next, realOutput, 'assets/index.android.bundle');
|
||||||
},
|
},
|
||||||
|
|
||||||
async diffWithIpa({args, options}) {
|
async diffFromIpa({args, options}) {
|
||||||
const [origin, next] = args;
|
const [origin, next] = args;
|
||||||
const {output} = options;
|
const {output} = options;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user