command icon indicating copy to clipboard operation
command copied to clipboard

feature/decorators

Open IKatsuba opened this issue 6 years ago • 3 comments

Added decorators for key parameters of the Command class. This improves auto-completion, and also guarantees correct type checking when compiling TS.

IKatsuba avatar Apr 05 '19 08:04 IKatsuba

Thanks for the contribution! Before we can merge this, we need @IKatsuba to sign the Salesforce.com Contributor License Agreement.

salesforce-cla[bot] avatar Apr 05 '19 08:04 salesforce-cla[bot]

Codecov Report

Merging #57 into master will increase coverage by 69.10%. The diff coverage is 87.50%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #57       +/-   ##
===========================================
+ Coverage    0.00%   69.10%   +69.10%     
===========================================
  Files           1        6        +5     
  Lines          10      178      +168     
  Branches        2       35       +33     
===========================================
+ Hits            0      123      +123     
- Misses         10       35       +25     
- Partials        0       20       +20     
Impacted Files Coverage Δ
src/decorators.ts 86.66% <86.66%> (ø)
src/index.ts 78.94% <100.00%> (+78.94%) :arrow_up:
src/main.ts 61.53% <0.00%> (ø)
src/util.ts 38.88% <0.00%> (ø)
src/command.ts 76.25% <0.00%> (ø)
src/flags.ts 55.00% <0.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 b018bb6...3562386. Read the comment docs.

codecov[bot] avatar Apr 05 '19 08:04 codecov[bot]

Any update on this?

IKatsuba avatar Apr 23 '19 07:04 IKatsuba