From d41b6645286b01d52fd90e295ca41436aa9c7e8a Mon Sep 17 00:00:00 2001 From: SyedAhkam Date: Sat, 7 Oct 2023 14:10:32 +0530 Subject: [PATCH] fix: failing doc tests --- docs/src/commands/build.md | 2 +- docs/src/commands/devices.md | 4 ++-- docs/src/commands/install.md | 2 +- docs/src/commands/launch.md | 2 +- docs/src/commands/run.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/commands/build.md b/docs/src/commands/build.md index 9469792..08e2064 100644 --- a/docs/src/commands/build.md +++ b/docs/src/commands/build.md @@ -1,6 +1,6 @@ # Build Project -``` +```ignore USAGE: android build [OPTIONS] diff --git a/docs/src/commands/devices.md b/docs/src/commands/devices.md index 698012e..6e1fd39 100644 --- a/docs/src/commands/devices.md +++ b/docs/src/commands/devices.md @@ -1,6 +1,6 @@ # List Devices -``` +```ignore USAGE: android devices @@ -14,6 +14,6 @@ Executes `adb devices` and returns the output. ## Example -``` +```sh $ android devices ``` \ No newline at end of file diff --git a/docs/src/commands/install.md b/docs/src/commands/install.md index d507e5b..2f4cfba 100644 --- a/docs/src/commands/install.md +++ b/docs/src/commands/install.md @@ -1,6 +1,6 @@ # Install App -``` +```ignore USAGE: android install [OPTIONS] diff --git a/docs/src/commands/launch.md b/docs/src/commands/launch.md index 15f46de..de761e0 100644 --- a/docs/src/commands/launch.md +++ b/docs/src/commands/launch.md @@ -1,6 +1,6 @@ # Launch App -``` +```ignore USAGE: android launch diff --git a/docs/src/commands/run.md b/docs/src/commands/run.md index 289a210..b3bbe16 100644 --- a/docs/src/commands/run.md +++ b/docs/src/commands/run.md @@ -1,6 +1,6 @@ # Run App -``` +```ignore USAGE: android run [OPTIONS]