swarm-cli
swarm-cli copied to clipboard
Make console and config global
Having them as properties of RootCommand clashes with our service layer, which often contains common code leveraging the functionality of console and config.
I also want to challenge if bee and beeDebug tied to RootCommand brings any value.
These semi-globals need to be passed around, causing unnecessary long parameter lists.