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

Refactor docs structure and add CLI option names #19

Merged
merged 1 commit into from
Jan 2, 2020

Conversation

tiangolo
Copy link
Member

@tiangolo tiangolo commented Jan 2, 2020

♻️ Refactor docs structure and add CLI option names.

This includes an update to typer.Argument()'s signature to remove the invalid param_decls.

@codecov-io
Copy link

codecov-io commented Jan 2, 2020

Codecov Report

Merging #19 into master will increase coverage by 0.17%.
The diff coverage is 97.98%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   96.57%   96.75%   +0.17%     
==========================================
  Files          78       89      +11     
  Lines        1635     1817     +182     
==========================================
+ Hits         1579     1758     +179     
- Misses         56       59       +3
Impacted Files Coverage Δ
docs/src/options/prompt/tutorial002.py 100% <ø> (ø)
docs/src/commands/arguments/tutorial001.py 100% <ø> (ø)
docs/src/options/prompt/tutorial001.py 100% <ø> (ø)
docs/src/options/help/tutorial002.py 100% <ø> (ø)
typer/params.py 100% <ø> (ø) ⬆️
docs/src/commands/name/tutorial001.py 100% <ø> (ø)
docs/src/commands/options/tutorial001.py 100% <ø> (ø)
docs/src/options/help/tutorial001.py 100% <ø> (ø)
docs/src/options/required/tutorial001.py 100% <ø> (ø)
docs/src/commands/index/tutorial002.py 100% <ø> (ø)
... and 41 more

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 19a4f6e...d8a5236. Read the comment docs.

@tiangolo tiangolo merged commit 1dacbcd into master Jan 2, 2020
@tiangolo tiangolo deleted the docs-refactor-option-names branch January 2, 2020 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants