Skip to content

Commit

Permalink
chore: employ just to run commonly used long cmds[skip ci] (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Sep 23, 2024
1 parent a1384d0 commit 9c0bdac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# If no sub-command is given, simply list all the available options
_default:
just --list

# Build the doc
doc *args='':
RUSTDOCFLAGS='--cfg docsrs' cargo +nightly doc --all-features --no-deps {{args}}

0 comments on commit 9c0bdac

Please sign in to comment.