just: Introduce output formatting
modified justfile
@@ -1,4 +1,14 @@
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -18,7 +28,9 @@ install-hooks:
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -26,7 +38,7 @@ pre-commit: format-rust check-rust check-docs check-typos check-spelling check-s
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -35,7 +47,7 @@ format-rust: (verify-tool "cargo")
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,7 +56,7 @@ check-rust:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -53,7 +65,7 @@ check-docs:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -62,7 +74,7 @@ check-typos: (verify-tool "typos" "typos-cli")
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -71,7 +83,7 @@ check-spelling: (verify-tool "codespell")
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,7 +94,7 @@ check-scripts: (verify-tool "shellcheck")
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -114,12 +126,14 @@ format-nix:
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -132,7 +146,7 @@ verify-tool tool package_name="":
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|