replace the (optional) tabulate dependency w/ a simple table printer

This commit is contained in:
Ryan Petrello
2019-08-21 15:22:27 -04:00
parent ec5d471640
commit 44ff141c23
3 changed files with 40 additions and 24 deletions

View File

@@ -20,16 +20,14 @@ To print results in YAML, specify ``-f yaml``:
Human-Readable (Tabular) Formatting
-----------------------------------
|prog| provides *optional* support for printing results in a human-readable
tabular format, but it requires an additional Python software dependency,
``tabulate``.
To use ``-f human``, you must install the optional dependency via ``pip install tabulate``.
|prog| also provides support for printing results in a human-readable
ASCII table format:
.. code:: bash
awx jobs list -f human
awx jobs list -f human --filter name,created,status
awx jobs list -f human --filter *
Custom Formatting with jq