Documentation viewer for Pynosaur CLI tools. It reads the YAML docs packaged with each tool (local or installed via pget) and shows them in a pager (black background, man-like navigation). Falls back to plain output when not attached to a TTY.
doc <tool>— show documentation for the given tooldoc --help— show help fordocdoc --version— showdocversion
- Looks for
<tool>.yamlin this repo'sdoc/directory (or bundleddoc/when built). - Falls back to the installed helper docs at
~/.pget/helpers/<tool>/doc/<tool>.yaml. - If nothing is found, exits with status 1 and prints an error.
- Run tests:
python -m unittest discover -s test - Lint is not configured; keep the code minimal and documented in YAML.
MIT