doc: simplify examples in README
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2024-01-03 18:02:40 +01:00
parent 595cdb8f3a
commit 0dca861a40

View file

@ -108,8 +108,7 @@ result file itself:
```bash ```bash
./bin/code-preloader \ ./bin/code-preloader \
-i .git -i bin/ -i result.txt -i prompts \ -i .git -i bin/ -i result.txt -i prompts \
-H prompts/header-context.txt \ -H prompts/context.txt -F prompts/request-readme.txt \
-F prompts/footer-write-readme.txt \
src \ src \
| ctrlc | ctrlc
``` ```
@ -130,8 +129,8 @@ ignore_list:
- prompts - prompts
output_file_path: null output_file_path: null
header_prompt_file_path: prompts/header-context.txt header_prompt_file_path: prompts/context.txt
footer_prompt_file_path: prompts/footer-write-readme.txt footer_prompt_file_path: prompts/request-readme.txt
``` ```
Then type Then type