Skip to content
Snippets Groups Projects
Verified Commit 3a27afc9 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

update README snippets

parent bd1a351c
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ results from [dragoon/komodo](https://gitlab.isae-supaero.fr/dragoon/komodo)
```bash
use make.nu
```
- import `update-pages` from the `html` module
```bash
use html.nu update-pages
```
> [!tip] TIP
>
......@@ -19,10 +23,10 @@ use make.nu
## Plot
```bash
make plot -o out field group setup commit linalg fec --cpu-hash-pattern '^ee672bb3' --src-hash-pattern '^c8f3481f' --rust-build 'debug'
make plot -T -o gallery field group setup commit linalg fec --cpu-hash-pattern '^ee672bb3' --src-hash-pattern '^c8f3481f' --rust-build 'debug' | update-pages
```
```bash
make plot -o out field group setup commit linalg fec --cpu-hash-pattern '^ee672bb3' --src-hash-pattern '^(00086216|04541a50)' --rust-build 'release'
make plot -T -o gallery field group setup commit linalg fec --cpu-hash-pattern '^ee672bb3' --src-hash-pattern '^(00086216|04541a50)' --rust-build 'release' | update-pages
```
```bash
use regex.nu *
......@@ -46,13 +50,14 @@ let srcs = [
"0d0768b9", # e7b9968c
]
(make plot
-o out
-T
-o gallery
protocols
--git-hash-pattern ''
--cpu-hash-pattern ('ee672bb315ea00fe5815f0e20db6aa88017c1ba8355794f411c10a6057377e57' | regex exact)
--src-hash-pattern ($srcs | regex or | regex start)
--rust-build 'release'
)
) | update-pages
```
[`nuenv`]: https://github.com/nushell/nu_scripts/blob/main/nu-hooks/nu-hooks/nuenv/hook.nu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment