diff options
| author | Fuwn <[email protected]> | 2025-09-11 06:57:42 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-11 06:57:42 +0000 |
| commit | 349d03f38b5fb2682450930ca18512a153b4e1b5 (patch) | |
| tree | f403b2b1bfb0090112a5883e75dce99d369ee8e1 /justfile | |
| parent | fix(ast): Improve trailing newline trimming (diff) | |
| download | germ-349d03f38b5fb2682450930ca18512a153b4e1b5.tar.xz germ-349d03f38b5fb2682450930ca18512a153b4e1b5.zip | |
chore(examples): Modify example to include diff utility
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,3 +19,6 @@ docs: example example: cargo run --example {{ example }} --all-features + +diff url="gemini://fuwn.me/": + cargo run --example request_blocking_to_gemtext_from_ast --all-features -- {{ url }} |