dojo / cli

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

Add support to save command line options to the dojorc #255

Closed JamesLMilner closed 4 years ago

JamesLMilner commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

@agubler already wrote this but it is not in line with latest master. This should solve that.

Resolves #211

JamesLMilner commented 5 years ago

screenshot_20181004_214845

I changed this to support showing --save in the help feedback

EDIT: @agubler let me know what you think

codecov[bot] commented 4 years ago

Codecov Report

Merging #255 into master will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #255      +/-   ##
==========================================
+ Coverage   98.13%   98.17%   +0.04%     
==========================================
  Files          21       21              
  Lines         965      988      +23     
  Branches      183      188       +5     
==========================================
+ Hits          947      970      +23     
  Misses         18       18              
Impacted Files Coverage Δ
src/help.ts 100.00% <100.00%> (ø)
src/registerCommands.ts 100.00% <100.00%> (ø)

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 6d9d4de...d218b2d. Read the comment docs.