popomore / projj

Manage repository easily.
MIT License
266 stars 40 forks source link

feat: add find command #25

Closed dead-horse closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #25 into master will decrease coverage by -0.41%. The diff coverage is 96%.

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage   99.46%   99.06%   -0.41%     
==========================================
  Files           8        9       +1     
  Lines         188      213      +25     
==========================================
+ Hits          187      211      +24     
- Misses          1        2       +1
Impacted Files Coverage Δ
lib/command/find.js 96% <96%> (ø)

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 050ba5e...1567ef0. Read the comment docs.

dead-horse commented 7 years ago

@popomore CI 过了

popomore commented 7 years ago

I prefer to add hook for all command, but I don't know is it useful.

so we can add prefind and postfind hook.

popomore commented 7 years ago

I will add hook in another PR