Description
In order to refactor our code base to follow the recommended way of doing thing, we need to gradually tackle some tasks first.
This issue is to introduce an args class for all commands regardless of their number of options. It not only make our commands uniform but also makes our next refactor steps way easier.
Description
In order to refactor our code base to follow the recommended way of doing thing, we need to gradually tackle some tasks first.
This issue is to introduce an args class for all commands regardless of their number of options. It not only make our commands uniform but also makes our next refactor steps way easier.