mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix archive --language-tagging sometimes causing crash
This commit is contained in:
parent
ea39dcbc71
commit
b9f5fadbb3
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ pub struct Archive {
|
||||||
long_help = "Specified which language tagging the audio and subtitle tracks and language specific format options should have. \
|
long_help = "Specified which language tagging the audio and subtitle tracks and language specific format options should have. \
|
||||||
Valid options are: 'default' (how Crunchyroll uses it internally), 'ietf' (according to the IETF standard; you might run in issues as there are multiple locales which resolve to the same IETF language code, e.g. 'es-LA' and 'es-ES' are both resolving to 'es')"
|
Valid options are: 'default' (how Crunchyroll uses it internally), 'ietf' (according to the IETF standard; you might run in issues as there are multiple locales which resolve to the same IETF language code, e.g. 'es-LA' and 'es-ES' are both resolving to 'es')"
|
||||||
)]
|
)]
|
||||||
|
#[arg(long)]
|
||||||
#[arg(value_parser = LanguageTagging::parse)]
|
#[arg(value_parser = LanguageTagging::parse)]
|
||||||
pub(crate) language_tagging: Option<LanguageTagging>,
|
pub(crate) language_tagging: Option<LanguageTagging>,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue