[PR #2032] [CLOSED] Matches issue #1969 wording #2836

Open
opened 2026-01-29 17:24:08 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/2032
Author: @mohithshuka
Created: 1/18/2026
Status: Closed

Base: masterHead: fix-cli-no-input


📝 Commits (10+)

  • 235b926 fix(cli): improve error message when no input file is provided
  • ddcb02d style: apply clang-format to ccextractor.c
  • 3021acd chore: trigger CI rerun
  • 098af2e chore: trigger CI rerun
  • 9560b93 chore: trigger CI rerun
  • ed2130a chore: trigger CI rerun
  • 8c37f30 chore: trigger CI rerun
  • f26c61d chore: trigger CI rerun
  • 43e774f CLI: improve user feedback when no input file is provided
  • a0db965 style: fix indentation for CLI error message

📊 Changes

1 file changed (+18 additions, -2 deletions)

View changed files

📝 src/ccextractor.c (+18 -2)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

{pull request content here}


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/2032 **Author:** [@mohithshuka](https://github.com/mohithshuka) **Created:** 1/18/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-cli-no-input` --- ### 📝 Commits (10+) - [`235b926`](https://github.com/CCExtractor/ccextractor/commit/235b9266182b908d0357b328b852bad5415a53da) fix(cli): improve error message when no input file is provided - [`ddcb02d`](https://github.com/CCExtractor/ccextractor/commit/ddcb02d5860ba34c8b0160453eb31e0c8b8d0f2c) style: apply clang-format to ccextractor.c - [`3021acd`](https://github.com/CCExtractor/ccextractor/commit/3021acd7ccf102eb4e3918404ace3b41fb07c565) chore: trigger CI rerun - [`098af2e`](https://github.com/CCExtractor/ccextractor/commit/098af2ed1aedd30943840e4ef21783a554ef1060) chore: trigger CI rerun - [`9560b93`](https://github.com/CCExtractor/ccextractor/commit/9560b93e7c31f32d5310dcbd7f08991e27f07243) chore: trigger CI rerun - [`ed2130a`](https://github.com/CCExtractor/ccextractor/commit/ed2130a5daa099725baf2e5fc7e4e4844bfd87b7) chore: trigger CI rerun - [`8c37f30`](https://github.com/CCExtractor/ccextractor/commit/8c37f309f3dfd5f9fb695780ba66bfdd13e41445) chore: trigger CI rerun - [`f26c61d`](https://github.com/CCExtractor/ccextractor/commit/f26c61d4b8ed8ef10e016c791f7cc52ee6974123) chore: trigger CI rerun - [`43e774f`](https://github.com/CCExtractor/ccextractor/commit/43e774f44d756acd5e93cc8ce09a757d1374d761) CLI: improve user feedback when no input file is provided - [`a0db965`](https://github.com/CCExtractor/ccextractor/commit/a0db9658bab52e7333fb744df8f25a517e886380) style: fix indentation for CLI error message ### 📊 Changes **1 file changed** (+18 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+18 -2) </details> ### 📄 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):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [ ] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. - [x] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [x] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- {pull request content here} --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:24:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2836