Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --version flag #113

Merged
merged 2 commits into from
Dec 31, 2018
Merged

add --version flag #113

merged 2 commits into from
Dec 31, 2018

Conversation

hipstersmoothie
Copy link
Collaborator

What Changed

adds a root level flag to display autos version

Why

closes #106

Todo:

  • Add tests
  • Add docs
  • Add SemVer label

@hipstersmoothie hipstersmoothie added the minor Increment the minor version when merged label Dec 31, 2018
@codecov
Copy link

codecov bot commented Dec 31, 2018

Codecov Report

Merging #113 into master will decrease coverage by 0.39%.
The diff coverage is 45.45%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #113     +/-   ##
=========================================
- Coverage   75.36%   74.97%   -0.4%     
=========================================
  Files          14       14             
  Lines         954      963      +9     
  Branches      136      142      +6     
=========================================
+ Hits          719      722      +3     
- Misses        207      212      +5     
- Partials       28       29      +1
Impacted Files Coverage Δ
src/cli/args.ts 85.39% <45.45%> (-5.86%) ⬇️

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 3696bf6...6db3b3f. Read the comment docs.

@hipstersmoothie hipstersmoothie merged commit fc3ba99 into intuit:master Dec 31, 2018
@hipstersmoothie hipstersmoothie deleted the version branch December 31, 2018 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

-V, --version should return auto version number
1 participant