Compare commits
2 Commits
ae2afc0ffd
...
c9dba93f7f
| Author | SHA1 | Date | |
|---|---|---|---|
| c9dba93f7f | |||
| a12dbdcc43 |
|
|
@ -74,3 +74,6 @@ Transcript-based shell integration test runner. Rust.
|
||||||
- Rust 2024 edition
|
- Rust 2024 edition
|
||||||
- No OOP — plain functions and structs/enums
|
- No OOP — plain functions and structs/enums
|
||||||
- Integration tests in `tests/shout.rs`, example `.shout` files in `tests/`
|
- Integration tests in `tests/shout.rs`, example `.shout` files in `tests/`
|
||||||
|
- Never use `unsafe`
|
||||||
|
- Keep dependencies to the bare minimum.
|
||||||
|
- If you must use a dependency, use the lightest-weight version.
|
||||||
|
|
|
||||||
|
|
@ -176,8 +176,8 @@
|
||||||
<header>
|
<header>
|
||||||
<h1><span>$</span> shout</h1>
|
<h1><span>$</span> shout</h1>
|
||||||
<p class="tagline">shell output tester</p>
|
<p class="tagline">shell output tester</p>
|
||||||
<div class="install" onclick="navigator.clipboard.writeText('curl -fsSL https://because.sh/shout/install | sh')">
|
<div class="install" onclick="navigator.clipboard.writeText('curl -fsSL https://because.sh/shout | sh')">
|
||||||
<span class="prompt">$</span> <span class="cmd">curl -fsSL https://because.sh/shout/install | sh</span>
|
<span class="prompt">$</span> <span class="cmd">curl -fsSL https://because.sh/shout | sh</span>
|
||||||
<span class="hint">click to copy</span>
|
<span class="hint">click to copy</span>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user