-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
@votca-bot format |
src/libtools/application.cc
Outdated
@@ -66,7 +66,6 @@ int Application::Exec(int argc, char **argv) { | |||
AddProgramOptions()("verbose1", " be very loud and noisy"); | |||
AddProgramOptions()("verbose2,v", " be extremly loud and noisy"); | |||
AddProgramOptions("Hidden")("man", " output man-formatted manual pages"); |
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.
Is the man
option used at all?
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 thought you use that for something.
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.
No, we use that new votca_help2doc
script everywhere now.
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 thought that converts the man files to sth else.
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.
It only uses the output of --help
.
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.
wow then we can remove quite a bit of stuff. :)
@votca-bot changelog: removed tex option |
Codecov Report
@@ Coverage Diff @@
## master #372 +/- ##
======================================
Coverage 80.0% 80.1%
======================================
Files 77 77
Lines 3577 3575 -2
======================================
- Hits 2865 2864 -1
+ Misses 712 711 -1
Continue to review full report at Codecov.
|
@junghans can you review again |
No description provided.