started end

This commit is contained in:
rkiel
2019-07-14 22:04:51 -04:00
parent 604d3d84c4
commit 48d64da20b
2 changed files with 60 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ const program = new commander.Command();
program
.command("start feature-words", "start a new feature")
.command("end", "end a feature")
.parse(process.argv);