Skip to content

Commit

Permalink
Deploying to gh-pages from @ ff5d370 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Oct 9, 2023
1 parent 867f1e4 commit 07a2066
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
12 changes: 11 additions & 1 deletion commands/shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,17 @@ <h1 class="menu-title">Android CLI</h1>
<div id="content" class="content">
<main>
<h1 id="android-shell"><a class="header" href="#android-shell">android shell</a></h1>
<p>TODO</p>
<pre><code class="language-ignore">USAGE:
android shell

OPTIONS:
-h, --help Print help information
</code></pre>
<h2 id="what-it-does"><a class="header" href="#what-it-does">What it does</a></h2>
<p>It simply asks <code>adb</code> to attach a shell to your connected android device / emulator by executing <code>adb shell</code>.</p>
<h2 id="example"><a class="header" href="#example">Example</a></h2>
<pre><code class="language-sh">$ android shell
</code></pre>

</main>

Expand Down
12 changes: 11 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,17 @@ <h2 id="example-1"><a class="header" href="#example-1">Example</a></h2>
<pre><code class="language-sh">$ android devices
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="android-shell"><a class="header" href="#android-shell">android shell</a></h1>
<p>TODO</p>
<pre><code class="language-ignore">USAGE:
android shell

OPTIONS:
-h, --help Print help information
</code></pre>
<h2 id="what-it-does-5"><a class="header" href="#what-it-does-5">What it does</a></h2>
<p>It simply asks <code>adb</code> to attach a shell to your connected android device / emulator by executing <code>adb shell</code>.</p>
<h2 id="example-2"><a class="header" href="#example-2">Example</a></h2>
<pre><code class="language-sh">$ android shell
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="android-emulator"><a class="header" href="#android-emulator">android emulator</a></h1>
<p>TODO</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="dot-android"><a class="header" href="#dot-android">Dot Android</a></h1>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 07a2066

Please sign in to comment.