-
Notifications
You must be signed in to change notification settings - Fork 55
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
Clarify command line help for report --run_results & --run_matrices #356
Conversation
Now matches pyani plot --run_id behaviour. Also document that these can be comma separated lists. And fix some redundant string addition.
Codecov Report
@@ Coverage Diff @@
## master #356 +/- ##
=======================================
Coverage 76.24% 76.24%
=======================================
Files 52 52
Lines 3385 3385
=======================================
Hits 2581 2581
Misses 804 804 |
This is good, and potentially means #332 can be closed, too. I would suggest changing the metavar to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a plural metavar might be clearer.
I did consider |
Suggestion from code review Co-authored-by: Bailey Harrington <[email protected]>
I think changing the default for these two arguments from |
Yes, I think that will clear up a lot of the confusion this causes (me, anyway). |
Also matches the plot command option taking a run ID. Addresses widdowquinn#332 in part.
This looks good! I'm closing this, and #332. The documentation for |
PS Typo, not issue 3-2-2 but 3-3-2 |
This PR tries to improve the command line help text for
pyani report
options--run_results
&--run_matrices
. Before:After:
This documents that these arguments can be comma separated lists.
The choice of metavariable name is to match
pyani plot
:Perhaps the defaults could be consistent - None in both cases?
Type of change
Action Checklist
pyani
repository under your own account (please allow write access for repository maintainers)CONTRIBUTING.md
)pytest -v
non-passing code will not be mergedorigin/master
flake8
andblack
before submissionPull requests
section in thepyani
repository