ai-output-parser/tests/taskfile.yml

19 lines
426 B
YAML
Raw Permalink Normal View History

2026-08-30 10:03:26 +02:00
version: '3'
tasks:
default:
desc: test
cmds:
- ../ai_output_parser --think ai_output.md > think.txt
# - ../ai_output_parser --yaml ai_output.md > rougail.yaml
# - ../ai_output_parser --explanation ai_output.md > explanation.txt
generates:
- think.txt
# - rougail.yaml
# - explanation.txt
clean:
desc: Suppress generated files
cmds:
- rm -f {{.GENERATES}}