aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-11 06:57:42 +0000
committerFuwn <[email protected]>2025-09-11 06:57:42 +0000
commit349d03f38b5fb2682450930ca18512a153b4e1b5 (patch)
treef403b2b1bfb0090112a5883e75dce99d369ee8e1 /justfile
parentfix(ast): Improve trailing newline trimming (diff)
downloadgerm-349d03f38b5fb2682450930ca18512a153b4e1b5.tar.xz
germ-349d03f38b5fb2682450930ca18512a153b4e1b5.zip
chore(examples): Modify example to include diff utility
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index 9c142cc..e93776d 100644
--- a/justfile
+++ b/justfile
@@ -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 }}