open-consul/command/agent
Daniel Nephin 9f83bc97d6 cmd: remove unnecessary args to agent.New
The version args are static and passed in from the caller. Instead read
the static values in New.

The shutdownCh was never closed, so did nothing. Remove it as a field
and an arg.
2021-06-02 16:29:29 -04:00
..
agent.go cmd: remove unnecessary args to agent.New 2021-06-02 16:29:29 -04:00
agent_test.go cmd: remove unnecessary args to agent.New 2021-06-02 16:29:29 -04:00