chore(shorebird_cli): add split-per-abi arg to release command (#2069)
This commit is contained in:
@@ -86,6 +86,13 @@ On Xcode builds it is used as "CFBundleVersion".''',
|
||||
// TODO(bryanoltman): uncomment this once https://github.com/dart-lang/args/pull/273 lands
|
||||
// mandatory: true.
|
||||
)
|
||||
..addFlag(
|
||||
'split-per-abi',
|
||||
help: 'Whether to split the APKs per ABIs (Android only). '
|
||||
'To learn more, see: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split',
|
||||
hide: true,
|
||||
negatable: false,
|
||||
)
|
||||
..addOption(
|
||||
'release-version',
|
||||
help: '''
|
||||
|
||||
Reference in New Issue
Block a user