Skip to content

Commit 9c0bdac

Browse files
authored
chore: employ just to run commonly used long cmds[skip ci] (#2511)
1 parent a1384d0 commit 9c0bdac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

justfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# If no sub-command is given, simply list all the available options
2+
_default:
3+
just --list
4+
5+
# Build the doc
6+
doc *args='':
7+
RUSTDOCFLAGS='--cfg docsrs' cargo +nightly doc --all-features --no-deps {{args}}
8+

0 commit comments

Comments
 (0)