Currently, args are validated separately in each command. It is necessary to separate this validation into an util function to improve code maintainability and 'clean' it.
Requirements for args to be valid have not yet been established. Give us your opinion!
Currently,
argsare validated separately in each command. It is necessary to separate this validation into an util function to improve code maintainability and 'clean' it.Requirements for args to be valid have not yet been established. Give us your opinion!