From 1772b70172010af94158df4a6e146357582bf234 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 26 Jan 2024 10:55:45 +0100 Subject: [PATCH] chore: alias `docs` to `doc` in justfile --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 468c9fb..4d57068 100644 --- a/justfile +++ b/justfile @@ -4,6 +4,9 @@ test: #!/usr/bin/env nu cargo nextest run + +alias doc := docs + # Compile all documentation as in proposals and design documents, placing them under `docs/compiled`. docs: #!/usr/bin/env nu -- 2.46.0