feature/decorators
Added decorators for key parameters of the Command class. This improves auto-completion, and also guarantees correct type checking when compiling TS.
Thanks for the contribution! Before we can merge this, we need @IKatsuba to sign the Salesforce.com Contributor License Agreement.
Codecov Report
Merging #57 into master will increase coverage by
69.10%. The diff coverage is87.50%.
@@ 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 dataPowered by Codecov. Last update b018bb6...3562386. Read the comment docs.
Any update on this?