From ff179c74f08fbb839b9f96b875354fc5eb0c40aa Mon Sep 17 00:00:00 2001 From: "@RandyMcMillan" Date: Fri, 22 Nov 2024 16:37:35 -0500 Subject: [PATCH] justfile:default --list --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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