Skip to content

Commit

Permalink
Add help command
Browse files Browse the repository at this point in the history
  • Loading branch information
jetaggart committed Feb 23, 2015
1 parent a227d64 commit 9e4eaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ main = shelly $ do
case teCommand of
"run" -> teRun $ map pack testArgs
"listen" -> teListen
"help" -> echo "Valid commands are: run, listen, help" >> quietExit 0
otherwise -> teFail


Expand Down

0 comments on commit 9e4eaed

Please sign in to comment.