Skip to content

Commit

Permalink
fix: failing doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Oct 7, 2023
1 parent 4aaa768 commit d41b664
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/src/commands/build.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Project

```
```ignore
USAGE:
android build [OPTIONS]
Expand Down
4 changes: 2 additions & 2 deletions docs/src/commands/devices.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# List Devices

```
```ignore
USAGE:
android devices
Expand All @@ -14,6 +14,6 @@ Executes `adb devices` and returns the output.

## Example

```
```sh
$ android devices
```
2 changes: 1 addition & 1 deletion docs/src/commands/install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install App

```
```ignore
USAGE:
android install [OPTIONS]
Expand Down
2 changes: 1 addition & 1 deletion docs/src/commands/launch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Launch App

```
```ignore
USAGE:
android launch
Expand Down
2 changes: 1 addition & 1 deletion docs/src/commands/run.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run App

```
```ignore
USAGE:
android run [OPTIONS]
Expand Down

0 comments on commit d41b664

Please sign in to comment.