📝 Documentation: Mention Base Options parsing in producer and runner API docs #80
Labels
area: documentation
Improvements or additions to documentation ("docs")
status: accepting prs
Please, send a pull request to resolve this! 🙏
Milestone
Bug Report Checklist
main
branch of the repository.Overview
In #72 I removed the behavior of filling in Base Options defaults from producer and runner APIs. No more
optionsAugment
orawait produceBase(preset.base)
. The APIs now are much more straightforward and require passing in options altogether.runCLI
->runModeInitialize
(as of #72) is now what does the nice logic of running Base options parsing and then prompting the running user for any missing required ones.I think the docs should suggest in the producer and/or runner APIs how to get Base Options read in.
Additional Info
💖
The text was updated successfully, but these errors were encountered: