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',
|
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(', ')})`
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user