Browse Source

just: update collision pages (#10783)

Jack Lin 1 year ago
parent
commit
0ad23419b1
3 changed files with 29 additions and 18 deletions
  1. 24 0
      pages/common/just.1.md
  2. 5 18
      pages/common/just.md
  3. 0 0
      pages/linux/just.js.md

+ 24 - 0
pages/common/just.1.md

@@ -0,0 +1,24 @@
+# just
+
+> Save and run project-specific commands.
+> More information: <https://github.com/casey/just>.
+
+- Run a recipe specified in the justfile:
+
+`just {{recipe}}`
+
+- Initialize new justfile in project root:
+
+`just --init`
+
+- Edit justfile in the default editor:
+
+`just -e`
+
+- List available recipes in the justfile:
+
+`just -l`
+
+- Print justfile:
+
+`just --dump`

+ 5 - 18
pages/common/just.md

@@ -1,24 +1,11 @@
 # just
 
-> Save and run project-specific commands.
-> More information: <https://github.com/casey/just>.
+> `just` can refer to multiple commands with the same name.
 
-- Run a recipe specified in the justfile:
+- View documentation for the command runner:
 
-`just {{recipe}}`
+`tldr just.1`
 
-- Initialize new justfile in project root:
+- View documentation for the V8 JavaScript runtime:
 
-`just --init`
-
-- Edit justfile in the default editor:
-
-`just -e`
-
-- List available recipes in the justfile:
-
-`just -l`
-
-- Print justfile:
-
-`just --dump`
+`tldr just.js`

+ 0 - 0
pages/linux/just-js.md → pages/linux/just.js.md