File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/commands/buildAndroid
cli-platform-apple/src/commands Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Build native libraries only for the current device architecture for debug builds
79
79
80
80
List all available Android devices and simulators and let you choose one to run the app.
81
81
82
- #### ` --interactive `
82
+ #### ` --interactive ` , ` -i `
83
83
84
84
Manually select a task and device/simulator you want to run your app on.
85
85
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ export const options = [
118
118
parse : ( val : string ) => val . split ( ' ' ) ,
119
119
} ,
120
120
{
121
- name : '--interactive' ,
121
+ name : '-i - -interactive' ,
122
122
description :
123
123
'Explicitly select build type and flavour to use before running a build' ,
124
124
} ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export const getBuildOptions = ({platformName}: BuilderCommand) => {
52
52
description : 'Explicitly set Xcode target to use.' ,
53
53
} ,
54
54
{
55
- name : '--interactive' ,
55
+ name : '-i - -interactive' ,
56
56
description :
57
57
'Explicitly select which scheme and configuration to use before running a build' ,
58
58
} ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import {BuilderCommand} from '../../types';
2
2
3
3
export const getLogOptions = ( { } : BuilderCommand ) => [
4
4
{
5
- name : '--interactive' ,
5
+ name : '-i - -interactive' ,
6
6
description :
7
7
'Explicitly select simulator to tail logs from. By default it will tail logs from the first booted and available simulator.' ,
8
8
} ,
Original file line number Diff line number Diff line change @@ -185,6 +185,6 @@ Starts iOS device syslog tail.
185
185
186
186
#### Options
187
187
188
- #### ` --interactive `
188
+ #### ` --interactive ` , ` -i `
189
189
190
190
Explicitly select simulator to tail logs from. By default it will tail logs from the first booted and available simulator.
You can’t perform that action at this time.
0 commit comments