open-consul/command/agent
Daniel Nephin b93d63b8d2 cmd: remove unnecessary GatedUi
The intent of this struct was to prevent non-json output to stdout. With
the previous cleanup, this can now be done by simply changing the stdout
stream to io.Discard.

This is just one example of why passing around io.Writers for the
streams is better than the UI interface.
2021-06-02 17:33:20 -04:00
..
agent.go cmd: remove unnecessary GatedUi 2021-06-02 17:33:20 -04:00
agent_test.go agent: fix agent logging 2021-06-02 17:15:12 -04:00