1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

Multiple --native-target-version in command line argument

This commit is contained in:
Antonino Porcino 2016-07-07 10:38:09 +02:00
parent a993ebffde
commit 5dcc94deb5

View File

@ -113,7 +113,8 @@ $ rt <filename> [<filename> ...] [<args>]`,
option: 'native-target-version', option: 'native-target-version',
alias: 'rnv', alias: 'rnv',
type: 'String', type: 'String',
enum: Object.keys(reactNativeSupport),
default: reactNativeSupport.default, default: reactNativeSupport.default,
description: `'React native version to generate code for (${Object.keys(reactNativeSupport).join(', ')})'` description: `React native version to generate code for (${Object.keys(reactNativeSupport).join(', ')})`
}] }]
}); });