spec/integration/help/help_1.stdout in alf-shell-0.13.1 vs spec/integration/help/help_1.stdout in alf-shell-0.14.0

- old
+ new

@@ -1,25 +1,12 @@ -Output input tuples through a specific renderer (text, yaml, ...) +Output input tuples through the default renderer in a specific order. SYNOPSIS alf show NAME -- [ORDERING] -OPTIONS - - --rash Render output as ruby hashes - --text Render output as a text table - --yaml Render output in YAML - --json Render output in JSON - --csv Render output in CSV - --[no-]pretty Enable/disable pretty print best effort - --ff=FORMAT Specify the floating point format - DESCRIPTION When a name is specified as commandline arg, request the database to provide the corresponding relation variable and prints its value. Otherwise, take what comes on standard input. - -Note that this command is not an operator and should not be piped -anymore.