Yogesh Gaikwad a685784cea
CLI: Close subcommands in MultiCommand ()
* CLI Command: MultiCommand must close subcommands to release resources properly

- Changes are done to override the close method and call close on subcommands using IOUtils#close
- Unit Test

Closes 
2018-03-16 09:59:23 +11:00
..