|
36 | 36 | const path_to_root = ""; |
37 | 37 | const default_light_theme = "light"; |
38 | 38 | const default_dark_theme = "navy"; |
39 | | - window.path_to_searchindex_js = "searchindex-2c5c9e2f.js"; |
| 39 | + window.path_to_searchindex_js = "searchindex-c6f1e848.js"; |
40 | 40 | </script> |
41 | 41 | <!-- Start loading toc.js asap --> |
42 | 42 | <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></ |
184 | 184 | <a href="#intel-platforms">Intel platforms</a>.</p> |
185 | 185 | <p>The <a href="#architecture-and-design">architecture</a> is based on <a href="#knowledge-on-firmware-images-for-intel-platforms">knowledge</a> |
186 | 186 | 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> |
187 | 198 | <div style="break-before: page; page-break-before: always;"></div> |
188 | 199 | <h1 id="architecture-and-design"><a class="header" href="#architecture-and-design">Architecture and Design</a></h1> |
189 | 200 | <p>The following considerations around specifics in the domain of Intel platforms |
|
0 commit comments