Skip to content

Commit 34b2237

Browse files
committed
deploy: 13021dd
1 parent f9e765c commit 34b2237

14 files changed

+46
-13
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "searchindex-2c5c9e2f.js";
39+
window.path_to_searchindex_js = "searchindex-c6f1e848.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-0695aabd.js"></script>

analysis.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-2c5c9e2f.js";
38+
window.path_to_searchindex_js = "searchindex-c6f1e848.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-0695aabd.js"></script>

architecture.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-2c5c9e2f.js";
38+
window.path_to_searchindex_js = "searchindex-c6f1e848.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-0695aabd.js"></script>

extend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-2c5c9e2f.js";
38+
window.path_to_searchindex_js = "searchindex-c6f1e848.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-0695aabd.js"></script>

images.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-2c5c9e2f.js";
38+
window.path_to_searchindex_js = "searchindex-c6f1e848.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-0695aabd.js"></script>

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-2c5c9e2f.js";
38+
window.path_to_searchindex_js = "searchindex-c6f1e848.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-0695aabd.js"></script>
@@ -183,6 +183,17 @@ <h1 id="intel_fw"><a class="header" href="#intel_fw"><code>intel_fw</code></a></
183183
<a href="./platforms.html">Intel platforms</a>.</p>
184184
<p>The <a href="./architecture.html">architecture</a> is based on <a href="./knowledge.html">knowledge</a>
185185
from prior research.</p>
186+
<h2 id="cli"><a class="header" href="#cli">CLI</a></h2>
187+
<p>The CLI is made with the <a href="https://docs.rs/clap/latest/clap/_derive/index.html"><code>clap</code> command line argument parser in <em>derive</em> mode</a>.
188+
To familiarize yourself with Rust and common approaches to CLI tools, take a
189+
look at the <a href="https://rust-cli.github.io/book/index.html">Rust CLI book</a>.</p>
190+
<p>For more understanding, see also any of these additional resources:</p>
191+
<ul>
192+
<li><a href="https://rust-cli-recommendations.sunshowers.io/handling-arguments.html">https://rust-cli-recommendations.sunshowers.io/handling-arguments.html</a></li>
193+
<li><a href="https://github.com/kyclark/command-line-rust">https://github.com/kyclark/command-line-rust</a></li>
194+
<li><a href="https://tucson-josh.com/posts/rust-clap-cli/">https://tucson-josh.com/posts/rust-clap-cli/</a></li>
195+
<li><a href="https://www.rustadventure.dev/introducing-clap/clap-v4/parsing-arguments-with-clap">https://www.rustadventure.dev/introducing-clap/clap-v4/parsing-arguments-with-clap</a></li>
196+
</ul>
186197

187198
</main>
188199

intro.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-2c5c9e2f.js";
38+
window.path_to_searchindex_js = "searchindex-c6f1e848.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-0695aabd.js"></script>
@@ -183,6 +183,17 @@ <h1 id="intel_fw"><a class="header" href="#intel_fw"><code>intel_fw</code></a></
183183
<a href="./platforms.html">Intel platforms</a>.</p>
184184
<p>The <a href="./architecture.html">architecture</a> is based on <a href="./knowledge.html">knowledge</a>
185185
from prior research.</p>
186+
<h2 id="cli"><a class="header" href="#cli">CLI</a></h2>
187+
<p>The CLI is made with the <a href="https://docs.rs/clap/latest/clap/_derive/index.html"><code>clap</code> command line argument parser in <em>derive</em> mode</a>.
188+
To familiarize yourself with Rust and common approaches to CLI tools, take a
189+
look at the <a href="https://rust-cli.github.io/book/index.html">Rust CLI book</a>.</p>
190+
<p>For more understanding, see also any of these additional resources:</p>
191+
<ul>
192+
<li><a href="https://rust-cli-recommendations.sunshowers.io/handling-arguments.html">https://rust-cli-recommendations.sunshowers.io/handling-arguments.html</a></li>
193+
<li><a href="https://github.com/kyclark/command-line-rust">https://github.com/kyclark/command-line-rust</a></li>
194+
<li><a href="https://tucson-josh.com/posts/rust-clap-cli/">https://tucson-josh.com/posts/rust-clap-cli/</a></li>
195+
<li><a href="https://www.rustadventure.dev/introducing-clap/clap-v4/parsing-arguments-with-clap">https://www.rustadventure.dev/introducing-clap/clap-v4/parsing-arguments-with-clap</a></li>
196+
</ul>
186197

187198
</main>
188199

knowledge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-2c5c9e2f.js";
38+
window.path_to_searchindex_js = "searchindex-c6f1e848.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-0695aabd.js"></script>

platforms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-2c5c9e2f.js";
38+
window.path_to_searchindex_js = "searchindex-c6f1e848.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-0695aabd.js"></script>

print.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "searchindex-2c5c9e2f.js";
39+
window.path_to_searchindex_js = "searchindex-c6f1e848.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-0695aabd.js"></script>
@@ -184,6 +184,17 @@ <h1 id="intel_fw"><a class="header" href="#intel_fw"><code>intel_fw</code></a></
184184
<a href="#intel-platforms">Intel platforms</a>.</p>
185185
<p>The <a href="#architecture-and-design">architecture</a> is based on <a href="#knowledge-on-firmware-images-for-intel-platforms">knowledge</a>
186186
from prior research.</p>
187+
<h2 id="cli"><a class="header" href="#cli">CLI</a></h2>
188+
<p>The CLI is made with the <a href="https://docs.rs/clap/latest/clap/_derive/index.html"><code>clap</code> command line argument parser in <em>derive</em> mode</a>.
189+
To familiarize yourself with Rust and common approaches to CLI tools, take a
190+
look at the <a href="https://rust-cli.github.io/book/index.html">Rust CLI book</a>.</p>
191+
<p>For more understanding, see also any of these additional resources:</p>
192+
<ul>
193+
<li><a href="https://rust-cli-recommendations.sunshowers.io/handling-arguments.html">https://rust-cli-recommendations.sunshowers.io/handling-arguments.html</a></li>
194+
<li><a href="https://github.com/kyclark/command-line-rust">https://github.com/kyclark/command-line-rust</a></li>
195+
<li><a href="https://tucson-josh.com/posts/rust-clap-cli/">https://tucson-josh.com/posts/rust-clap-cli/</a></li>
196+
<li><a href="https://www.rustadventure.dev/introducing-clap/clap-v4/parsing-arguments-with-clap">https://www.rustadventure.dev/introducing-clap/clap-v4/parsing-arguments-with-clap</a></li>
197+
</ul>
187198
<div style="break-before: page; page-break-before: always;"></div>
188199
<h1 id="architecture-and-design"><a class="header" href="#architecture-and-design">Architecture and Design</a></h1>
189200
<p>The following considerations around specifics in the domain of Intel platforms

0 commit comments

Comments
 (0)