open-consul/command/operator
Alex Dzyoba 827c5d9010
command: change delim in columnize to funny node names (#6652)
When node name contains vertical bar symbol some commands output is
garbled because `|` is used as a delimiter in `columnize.SimpleFormat`.

This commit changes format string to use `\x1f` - ASCII unit
separator[1] as a delimiter and also adds test to cover this case.

Affected commands:

* `consul catalog nodes`
* `consul members`
* `consul operator raft list-peers`
* `consul intention get`

Fixes #3951.

[1]: https://en.wikipedia.org/wiki/Delimiter#Solutions
2020-03-09 11:24:56 +01:00
..
autopilot docs: add missing Autopilot -min-quorum documentation (#7192) 2020-02-03 10:59:53 +01:00
raft command: change delim in columnize to funny node names (#6652) 2020-03-09 11:24:56 +01:00
operator.go commands: get HTTP API flags for usage automatically 2017-10-18 00:08:45 +02:00
operator_test.go commands: run all tests in parallel (again) 2017-10-18 00:08:45 +02:00