We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aaa768 commit d41b664Copy full SHA for d41b664
5 files changed
docs/src/commands/build.md
@@ -1,6 +1,6 @@
1
# Build Project
2
3
-```
+```ignore
4
USAGE:
5
android build [OPTIONS]
6
docs/src/commands/devices.md
# List Devices
android devices
@@ -14,6 +14,6 @@ Executes `adb devices` and returns the output.
14
15
## Example
16
17
+```sh
18
$ android devices
19
```
docs/src/commands/install.md
# Install App
android install [OPTIONS]
docs/src/commands/launch.md
# Launch App
android launch
docs/src/commands/run.md
# Run App
android run [OPTIONS]
0 commit comments