Skip to content

Commit

Permalink
justfile: add default command
Browse files Browse the repository at this point in the history
Update the `justfile` by adding a `default` command that lists all the available commands. This is to make it easier for users to see what commands they can use.

Closes #643

Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
  • Loading branch information
RandyMcMillan authored and yukibtc committed Nov 23, 2024
1 parent a4ebf69 commit 10601c8
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 10601c8

Please sign in to comment.