mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +00:00
[PR #1673] [MERGED] fix: debugdvb arg typo #2384
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/1673
Author: @hrideshmg
Created: 3/13/2025
Status: ✅ Merged
Merged: 3/14/2025
Merged by: @cfsmp3
Base:
master← Head:fix_dvb_debug_typo📝 Commits (1)
35c3b39fix: debugdvb arg typo📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
src/rust/src/args.rs(+1 -1)📝
src/rust/src/parser.rs(+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):
Came across this issue while trying to debug #985, passing
--debugdvbsubto a ccextractor build built with rust would error citing an unknown argument. Turned out to be a simple typo in the rust arg parser.Here is the entry on
ccextractor --help:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.