Snehil-Shah/ServePort-CLI

Refactor common utility functions

Opened this issue · 0 comments

Problem

Currently some functions that are shared among multiple commands reside in any one of the command's module itself. This is obviously bad design.

Outcome

Refactor shared methods into a utils package