Open
Description
Tech task:
- define cli for master and agent
- implement option parser for master and agent
Consider using this pkg https://github.com/peterbourgon/ff
From HuyHa: Suggestion use library cli https://github.com/spf13/cobra
I had a prototype here https://github.com/nqd/gobench/blob/topology/main.go#L22 but used as ref