Skip to content

Commit

Permalink
justfile:default --list
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Nov 22, 2024
1 parent a4ebf69 commit ff179c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff179c7

Please sign in to comment.