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]