Skip to content

Commit d41b664

Browse files
committed
fix: failing doc tests
1 parent 4aaa768 commit d41b664

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/src/commands/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build Project
22

3-
```
3+
```ignore
44
USAGE:
55
android build [OPTIONS]
66

docs/src/commands/devices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# List Devices
22

3-
```
3+
```ignore
44
USAGE:
55
android devices
66
@@ -14,6 +14,6 @@ Executes `adb devices` and returns the output.
1414

1515
## Example
1616

17-
```
17+
```sh
1818
$ android devices
1919
```

docs/src/commands/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install App
22

3-
```
3+
```ignore
44
USAGE:
55
android install [OPTIONS]
66

docs/src/commands/launch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Launch App
22

3-
```
3+
```ignore
44
USAGE:
55
android launch
66

docs/src/commands/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Run App
22

3-
```
3+
```ignore
44
USAGE:
55
android run [OPTIONS]
66

0 commit comments

Comments
 (0)