loganasherjones / yapconf

Yet Another Python Configuration
http://yapconf.readthedocs.io/en/stable/
MIT License
18 stars 4 forks source link

Respecting cli_name when generating items #100

Closed hazmat345 closed 4 years ago

hazmat345 commented 4 years ago

This PR fixes the cli_name field being dropped when generating config items.

codecov-io commented 4 years ago

Codecov Report

Merging #100 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage   93.35%   93.35%   +<.01%     
==========================================
  Files           7        7              
  Lines        1083     1084       +1     
  Branches      235      235              
==========================================
+ Hits         1011     1012       +1     
  Misses         34       34              
  Partials       38       38
Impacted Files Coverage Δ
yapconf/items.py 96.46% <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 5f33076...39b19a8. Read the comment docs.