dojo / cli

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

Create aliases for commands #94

Closed jdonaghue closed 7 years ago

jdonaghue commented 7 years ago

refs #45 add ability for aliasing commands (eg. dojo dev is the same as dojo build dojo -w)

codecov-io commented 7 years ago

Codecov Report

Merging #94 into master will increase coverage by 0.03%.

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
+ Coverage   99.45%   99.48%   +0.03%     
==========================================
  Files          15       15              
  Lines         368      391      +23     
  Branches       43       48       +5     
==========================================
+ Hits          366      389      +23     
  Partials        2        2
Impacted Files Coverage Δ
src/registerCommands.ts 100% <100%> (ø) :white_check_mark:
src/command.ts 100% <100%> (ø) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 53e5c08...338934e. Read the comment docs.

agubler commented 7 years ago

@jdonaghue There are conflicts here that need resolving here also.

agubler commented 7 years ago

Still a conflict on src/interfaces and a few missing branches of tests coverage.

jdonaghue commented 7 years ago

@agubler I have the conflicts resolved locally, but didn't have time yesterday to add to the coverage. I will get to it tonight/tomorrow most likely. Sorry, for the delay.

agubler commented 7 years ago

@jdonaghue no problem at all! Wasn't sure if you were aware 😄

jdonaghue commented 7 years ago

@agubler @tomdye The test coverage has been enhanced and all conflicts are now resolved, thanks!