mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-09 01:25:14 +08:00
add document
This commit is contained in:
@@ -75,7 +75,7 @@ export const commands = {
|
||||
console.log('Ok.');
|
||||
},
|
||||
packages: async function({options}) {
|
||||
const { platform } = options;
|
||||
const platform = checkPlatform(options.platform || await question('Platform(ios/android):'));
|
||||
const { appId } = await getSelectedApp(platform);
|
||||
await listPackage(appId);
|
||||
},
|
||||
|
Reference in New Issue
Block a user