relpipe-tr-sql and relpipe-in-sql --list-data-sources option has boolean parameter since v0.18
--- a/relpipe-data/examples-tr-sql-odbc.xml Sun May 09 00:06:13 2021 +0200
+++ b/relpipe-data/examples-tr-sql-odbc.xml Sun May 09 19:43:32 2021 +0200
@@ -88,6 +88,7 @@
<ul>
<li>
<code>--list-data-sources</code>:
+ whether to
lists available (configured) data sources in relational format (so we pipe the output to some output filter e.g. to <code>relpipe-out-tabular</code>)
</li>
<li>
@@ -100,7 +101,7 @@
</li>
</ul>
- <pre><![CDATA[$ relpipe-tr-sql --list-data-sources | relpipe-out-tabular
+ <pre><![CDATA[$ relpipe-tr-sql --list-data-sources true | relpipe-out-tabular
data_source:
╭───────────────┬──────────────────────╮
│ name (string) │ description (string) │
--- a/relpipe-data/examples/release-v0.16.sh Sun May 09 00:06:13 2021 +0200
+++ b/relpipe-data/examples/release-v0.16.sh Sun May 09 19:43:32 2021 +0200
@@ -51,3 +51,4 @@
# List configured ODBC data sources:
relpipe-in-sql --list-data-sources | relpipe-out-tabular
+# n.b. since v0.18 there is a boolean parameter i.e. --list-data-sources true