1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-08 03:25:15 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

rename diffWithXXX to diffFromXXX

This commit is contained in:
tdzl2003
2016-04-04 01:14:47 +08:00
parent 9428f2ecb7
commit b9ea739a44
2 changed files with 4 additions and 4 deletions

View File

@@ -375,7 +375,7 @@ export const commands = {
await diffWithPPK(origin, next, realOutput, 'index.bundlejs');
},
async diffWithApk({args, options}) {
async diffFromApk({args, options}) {
const [origin, next] = args;
const {output} = options;
@@ -389,7 +389,7 @@ export const commands = {
await diffWithPackage(origin, next, realOutput, 'assets/index.android.bundle');
},
async diffWithIpa({args, options}) {
async diffFromIpa({args, options}) {
const [origin, next] = args;
const {output} = options;