Skip to content

Commit 07a2066

Browse files
committed
Deploying to gh-pages from @ ff5d370 🚀
1 parent 867f1e4 commit 07a2066

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

commands/shell.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,17 @@ <h1 class="menu-title">Android CLI</h1>
178178
<div id="content" class="content">
179179
<main>
180180
<h1 id="android-shell"><a class="header" href="#android-shell">android shell</a></h1>
181-
<p>TODO</p>
181+
<pre><code class="language-ignore">USAGE:
182+
android shell
183+
184+
OPTIONS:
185+
-h, --help Print help information
186+
</code></pre>
187+
<h2 id="what-it-does"><a class="header" href="#what-it-does">What it does</a></h2>
188+
<p>It simply asks <code>adb</code> to attach a shell to your connected android device / emulator by executing <code>adb shell</code>.</p>
189+
<h2 id="example"><a class="header" href="#example">Example</a></h2>
190+
<pre><code class="language-sh">$ android shell
191+
</code></pre>
182192

183193
</main>
184194

print.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,17 @@ <h2 id="example-1"><a class="header" href="#example-1">Example</a></h2>
298298
<pre><code class="language-sh">$ android devices
299299
</code></pre>
300300
<div style="break-before: page; page-break-before: always;"></div><h1 id="android-shell"><a class="header" href="#android-shell">android shell</a></h1>
301-
<p>TODO</p>
301+
<pre><code class="language-ignore">USAGE:
302+
android shell
303+
304+
OPTIONS:
305+
-h, --help Print help information
306+
</code></pre>
307+
<h2 id="what-it-does-5"><a class="header" href="#what-it-does-5">What it does</a></h2>
308+
<p>It simply asks <code>adb</code> to attach a shell to your connected android device / emulator by executing <code>adb shell</code>.</p>
309+
<h2 id="example-2"><a class="header" href="#example-2">Example</a></h2>
310+
<pre><code class="language-sh">$ android shell
311+
</code></pre>
302312
<div style="break-before: page; page-break-before: always;"></div><h1 id="android-emulator"><a class="header" href="#android-emulator">android emulator</a></h1>
303313
<p>TODO</p>
304314
<div style="break-before: page; page-break-before: always;"></div><h1 id="dot-android"><a class="header" href="#dot-android">Dot Android</a></h1>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)