open-consul/command/operator/raft
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
..
listpeers command: change delim in columnize to funny node names (#6652) 2020-03-09 11:24:56 +01:00
removepeer Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
operator_raft.go commands: get HTTP API flags for usage automatically 2017-10-18 00:08:45 +02:00
operator_raft_test.go commands: run all tests in parallel (again) 2017-10-18 00:08:45 +02:00