cog -r README.md
I use VS Code's markdown preview panel, which updates automatically when I manually run the "cog -r" command.
I've developed a simple "codeblocks" tool that to keep README.md up-to-date. In your example, here is how to insert the latest `--help` output:
codeblocks usage-auth README.md -- google-drive-to-sqlite auth --help
Full `--help`: ```usage-auth Usage: ... ```
codeblocks --check usage-auth README.md -- google-drive-to-sqlite auth --help
https://github.com/shamrin/codeblocks
I use VS Code's markdown preview panel, which updates automatically when I manually run the "cog -r" command.