Update README

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 13:38:16 -07:00 committed by GitHub
parent c5c93f5aa2
commit 144d9cc9a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,8 @@ this in your shell as `uv run src/smithycmd.py [...]` from within the repo after
In either case, the command expects the same argument structure: In either case, the command expects the same argument structure:
TODO TODO
If you want a 'None' option in your election, it should be included as a candidate.
While plain output is the default, so that the command can easily be used in a unix-pipe While plain output is the default, so that the command can easily be used in a unix-pipe
or `stdio` workflows, it can also pretty-print its output for your reading pleasure or `stdio` workflows, it can also pretty-print its output for your reading pleasure
using [`rich`](https://rich.readthedocs.io/en/stable/introduction.html) if you pass it the using [`rich`](https://rich.readthedocs.io/en/stable/introduction.html) if you pass it the