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

More verbose cli help by passing -h multiple times #1920

Merged
merged 9 commits into from
Nov 22, 2021
Merged

More verbose cli help by passing -h multiple times #1920

merged 9 commits into from
Nov 22, 2021

Conversation

rjgildea
Copy link
Contributor

@rjgildea rjgildea commented Nov 10, 2021

-h is now equivalent to -ce1
-hh is equivalent to -ce1a1
-hhh is equivalent to -ce2a1
-hhhh is equivalent to -ce3a1
etc...

Fixes #1429

rjgildea and others added 4 commits November 10, 2021 13:50
-h is now equivalent to -ce1
-hh is equivalent to -ce1a1
-hhh is equivalent to -ce2a1
-hhhh is equivalent to -ce3a1
etc...
@phyy-nx
Copy link
Member

phyy-nx commented Nov 10, 2021

Awesome

@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

Merging #1920 (16eec4c) into main (5824297) will decrease coverage by 0.01%.
The diff coverage is 73.36%.

@@            Coverage Diff             @@
##             main    #1920      +/-   ##
==========================================
- Coverage   67.11%   67.10%   -0.02%     
==========================================
  Files         619      619              
  Lines       70012    70029      +17     
  Branches     9733     9736       +3     
==========================================
+ Hits        46992    46996       +4     
- Misses      21053    21064      +11     
- Partials     1967     1969       +2     

@rjgildea rjgildea merged commit 7c1f9f5 into main Nov 22, 2021
@rjgildea rjgildea deleted the help-hvv branch November 22, 2021 15:44
dagewa pushed a commit to dagewa/dials that referenced this pull request Dec 13, 2021
-h equivalent to -ce0
-hh equivalent to -ce1
-hhhv equivalent to -ce2a1
etc.

Existing -cea options remain as before.

* Use argparse instead of optparse
* Also call self.print_help() on -h
rjgildea added a commit that referenced this pull request Dec 17, 2021
The default formatter line-wraps the description and epilog text.

Bug introduced by #1920
Anthchirp added a commit that referenced this pull request Apr 6, 2022
phyy-nx added a commit to cctbx/cctbx_project that referenced this pull request Apr 8, 2022
Use ArgumentParser instead which has the same API

See dials/dials#1920
phyy-nx added a commit to lanl/lunus that referenced this pull request Apr 8, 2022
Use ArgumentParser instead which has the same API

See dials/dials#1920
phyy-nx added a commit to nksauter/LS49 that referenced this pull request Apr 8, 2022
Use ArgumentParser instead which has the same API

See dials/dials#1920
phyy-nx added a commit to nksauter/LS49 that referenced this pull request Apr 11, 2022
Use ArgumentParser instead which has the same API

See dials/dials#1920
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.

More helpful help
3 participants