popomore / projj

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

feat: support remove command #40

Closed DiamondYuan closed 5 years ago

DiamondYuan commented 5 years ago

close #17

DiamondYuan commented 5 years ago

还没写测试

projj remove ,找项目的逻辑和 projj find 完全相同。 找到项目以后会提示用户哪个项目会被删除,然后会让用户输入项目名称,例如 popomore/projj 如果输错会让用户确认是否继续,如果不继续则流程结束。

codecov[bot] commented 5 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #40   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     13    +1     
  Lines         279    332   +53     
=====================================
+ Hits          279    332   +53
Impacted Files Coverage Δ
lib/command/remove.js 100% <100%> (ø)
lib/command/find.js 100% <100%> (ø) :arrow_up:
lib/base_command.js 100% <100%> (ø) :arrow_up:

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 b45883a...f78e5c3. Read the comment docs.

DiamondYuan commented 5 years ago

@popomore ok了。测试也写好了。

DiamondYuan commented 5 years ago

@popomore 好了

DiamondYuan commented 5 years ago

@popomore 可以处理一下吗?

popomore commented 5 years ago

不好意思,忘了

popomore commented 5 years ago