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:
parent
a993ebffde
commit
5dcc94deb5
@ -113,7 +113,8 @@ $ rt <filename> [<filename> ...] [<args>]`,
|
||||
option: 'native-target-version',
|
||||
alias: 'rnv',
|
||||
type: 'String',
|
||||
default: reactNativeSupport.default,
|
||||
description: `'React native version to generate code for (${Object.keys(reactNativeSupport).join(', ')})'`
|
||||
enum: Object.keys(reactNativeSupport),
|
||||
default: reactNativeSupport.default,
|
||||
description: `React native version to generate code for (${Object.keys(reactNativeSupport).join(', ')})`
|
||||
}]
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user