mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #878] [CLOSED] [FEATURE] Added -man parameter to generate manual page for ccextractor using help2man #1716
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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/878
Author: @mahalwal
Created: 1/5/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
b97f4bcFixed -sentencecap for teletext samplesb8ed403-man for generating man pages(using help2man)5c0e37dchanged to original commitd95d5bbUpdate params.c4fd2e90Remove merge conflicts📊 Changes
4 files changed (+477 additions, -423 deletions)
View changed files
➕
linux/manscript.sh(+23 -0)➕
linux/replace.h2m(+23 -0)📝
src/lib_ccx/activity.c(+1 -1)📝
src/lib_ccx/params.c(+430 -422)📄 Description
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):
I have added the -man parameter which generates the man page using help2man (dependency).
help2man uses the output from --help and --version of CCExtractor's executable.
This pull request supports man pages only for Linux users. I will add support for mac as well as other users after someone provides their feedback on this pull.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.