Skip to content

Commit

Permalink
chore: tweak justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iovis committed Jul 27, 2024
1 parent d3e4ce8 commit 6870d8c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ default:
git push --tags # cargo-dist
cargo publish

# Run cargo-dist
dist:
cargo dist init

# Generate and install completions
completions:
cargo run -q -- completions fish > {{ completions_dir }}
Expand All @@ -27,6 +31,10 @@ completions:
@docs:
cargo doc --open

# Open project in Github
open:
gh repo view --web

# Open an evcxr console
@console:
evcxr
Expand All @@ -35,7 +43,3 @@ completions:
profile args:
cargo build --profile profiling
samply record target/profiling/muxi {{ args }}

# Run cargo-dist
dist:
cargo dist init

0 comments on commit 6870d8c

Please sign in to comment.