diff --git a/justfile b/justfile index cb5e9aebd..1f8179ce6 100755 --- a/justfile +++ b/justfile @@ -2,6 +2,9 @@ set windows-shell := ["powershell.exe", "-NoLogo", "-Command"] +default: + @just --list + # Build nostr CLI (release) cli: cargo build -p nostr-cli --release