Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix command position of arguments and make title-filter-list optional #201

Merged
merged 3 commits into from
Aug 19, 2023

Conversation

MichaelKohler
Copy link
Member

With the recent rewrite of the clap part of the CLI, the position of the arguments changed. With this version the arguments that are valid for all commands need to be before the actual command name. The other option would be to specify that they are indeed global, but then they for some reason can't be required. So this adjusts the pipeline scripts to the correct format.

Additionally this PR also makes --title-filter-list optional for the extract command.

@MichaelKohler MichaelKohler merged commit 75b5949 into common-voice:main Aug 19, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant