chore: alias docs
to doc
in justfile
This commit is contained in:
parent
d79383a7df
commit
1772b70172
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -4,6 +4,9 @@ test:
|
||||||
#!/usr/bin/env nu
|
#!/usr/bin/env nu
|
||||||
cargo nextest run
|
cargo nextest run
|
||||||
|
|
||||||
|
|
||||||
|
alias doc := docs
|
||||||
|
|
||||||
# Compile all documentation as in proposals and design documents, placing them under `docs/compiled`.
|
# Compile all documentation as in proposals and design documents, placing them under `docs/compiled`.
|
||||||
docs:
|
docs:
|
||||||
#!/usr/bin/env nu
|
#!/usr/bin/env nu
|
||||||
|
|
Loading…
Reference in a new issue