Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli-platform-android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Build native libraries only for the current device architecture for debug builds

List all available Android devices and simulators and let you choose one to run the app.

#### `--interactive`
#### `--interactive`, `-i`

Manually select a task and device/simulator you want to run your app on.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const options = [
parse: (val: string) => val.split(' '),
},
{
name: '--interactive',
name: '-i --interactive',
description:
'Explicitly select build type and flavour to use before running a build',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const getBuildOptions = ({platformName}: BuilderCommand) => {
description: 'Explicitly set Xcode target to use.',
},
{
name: '--interactive',
name: '-i --interactive',
description:
'Explicitly select which scheme and configuration to use before running a build',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {BuilderCommand} from '../../types';

export const getLogOptions = ({}: BuilderCommand) => [
{
name: '--interactive',
name: '-i --interactive',
description:
'Explicitly select simulator to tail logs from. By default it will tail logs from the first booted and available simulator.',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-platform-ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ Starts iOS device syslog tail.

#### Options

#### `--interactive`
#### `--interactive`, `-i`

Explicitly select simulator to tail logs from. By default it will tail logs from the first booted and available simulator.