diff options
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 }} |