### Specification <!-- The specification specifies some behaviour. You can link an existing design issue. --> Install the commander npm package and use that to replace current and future CLI options. ### Additional context <!-- Add any other context about the design here. Include prior-work and previous issues. --> ### Tasks <!-- Provide a list of implementation tasks that will be needed by the PR implementer. --> 1. Install the commander npm package and replace current implementation of CLI options with one that utilizes commander instead.