mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
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/2026
Author: @tmdeveloper007
Created: 1/17/2026
Status: ❌ Closed
Base:
master← Head:Issue-#1969📝 Commits (3)
526e445Solving issue-1969c3aeae6Addressed CI test casesafa555aCI tests compliance fixes📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/ccextractor.c(+1 -1)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Improve user feedback when run without input files (#1969)
Summary
This PR improves the command-line feedback provided to users when CCExtractor is executed without any input files. Previously, the tool would dump the entire help screen (hundreds of lines of text), which was confusing for new users and cluttered the terminal.
Changes
EXIT_NO_INPUT_FILESis returned during parameter parsing."Input file required. Run 'ccextractor -h' for help."Why this matters
Clear CLI feedback improves usability for new users and helps avoid confusion when CCExtractor is used in scripts or terminal-based workflows. It aligns with the feedback provided in issue #1969.
Testing Performed
./ccextractorshows the concise error message../ccextractor -hstill displays the full help documentation.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.