designs/solutions/test/readme.MD

17 lines
598 B
Plaintext
Raw Normal View History

2026-03-07 23:23:32 +00:00
# Test solution
This solution location is just an area for testing
the solution documentation for **qaskx-cli** tool
2026-03-08 11:06:05 +00:00
```bash
qaskx-cli -W ~/projects.design/todo.design/solutions/test rediops design -d ./specs -t ./design/solution-design.md.hbs -o ./todo-solution.md -v
```
Alternatives
```bash
qaskx-cli -W ~/projects.design/todo.design/solutions/test rediops design -d ./specs -t httsp://xxx.xx.xxx.xxx -o ./todo-solution.md -v
go run .\qaskx-cli.go rediops design -d .\test.data\rediops\design\specs -t ^\tools\golang\test.data\rediops\design\solution-design.md.hbs -o ./output.md -v
```