Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cluster command was not migrated to cloud 2.0 (#1555)
### Motivation When migrating to cloud 2.0 we had to remove the queue from parsers and replace it with CommandInput. The parser of network nodes was left out. So we have to do it now. ### Modification Replace Queue<String> with CommandInput in network cluster node parser. ### Result The parser works correctly.
- Loading branch information