Edit docs

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-18 23:33:46 +02:00
parent 3b6b58ac2b
commit 9fe0c74150
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -19,6 +19,7 @@ Check the default configuration with all the options [here](./internal/config/de
``` ```
Usage: spilltea [flags] Usage: spilltea [flags]
--add-default-config copy the default config file to the config path and exit
--add-default-plugins copy built-in example plugins into the plugins dir and exit --add-default-plugins copy built-in example plugins into the plugins dir and exit
-c, --config string path to config file -c, --config string path to config file
--host string proxy host (overrides config) --host string proxy host (overrides config)
+4 -4
View File
@@ -6,10 +6,10 @@ pre-commit:
run: python3 .github/scripts/inject-exec.py docs/basics.md run: python3 .github/scripts/inject-exec.py docs/basics.md
stage_fixed: true stage_fixed: true
inject-exec: inject-exec:
glob: "README.md" glob: "{README.md,docs/basics.md,cmd/**}"
run: python3 .github/scripts/inject-exec.py {staged_files} run: python3 .github/scripts/inject-exec.py README.md
stage_fixed: true stage_fixed: true
toc: toc:
glob: "README.md" glob: "{README.md,docs/basics.md,cmd/**}"
run: doctoc --notitle {staged_files} run: doctoc --notitle README.md
stage_fixed: true stage_fixed: true