sQVe / 30s

A command-line application for 30 seconds of code snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace commanderjs with own parser

sQVe opened this issue · comments

The currently implementation works around commanderjs instead of working with. We should probably write our own argv parser that is "easy:ish" to test. If needed we can use the basic functionality in yargs.

We need to be able to safe guard against inputting a command which does not exist. In those cases we would like to display the help information.