mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-09 02:16:41 +00:00
[PR #732] [FEATURE] Scripts to generate CCExtractor Man-page . #1554
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/732
State: closed
Merged: No
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Added scripts to generate CCExtractor man-page using
ccextractor --help. Also updated other scripts accordingly to includeccextractor.manwhile installing or creating packages.Fixes sub part of issue #678
EDIT
Removed the scripts, added
--manparameter to CCExtractor itself.Squashed the commits.
Though it incurs a small size dependency
help2mantool but it generates fairly good manpage as compared to writing output ofprint_usagedirectly to file and then changing the formatting of text (Adding sections like NAME, SYNOPSIS, TITLE) manually.Though the task can be done without the tool but the text formatting using C would be more lines of code to maintain whenever the contents of
print_usage()are changed.