dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

added yargs version entry #35

Closed tomdye closed 8 years ago

tomdye commented 8 years ago

fixes: #34

calling dojo -v will now output the version number of the cli. This is not the same as the upcoming dojo version command.

codecov-io commented 8 years ago

Current coverage is 76.52% (diff: 50.00%)

Merging #35 into master will decrease coverage by 0.67%

@@             master        #35   diff @@
==========================================
  Files             9          9          
  Lines           114        115     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          6          6          
==========================================
  Hits             88         88          
- Misses           26         27     +1   
  Partials          0          0          

Powered by Codecov. Last update b4be327...c8f45e5

tomdye commented 8 years ago

This is good to go, it's complaining because an extra line is added to index.ts which is not tested.