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

feat: add voices:list command #179

Merged
merged 5 commits into from
Jul 4, 2023
Merged

feat: add voices:list command #179

merged 5 commits into from
Jul 4, 2023

Conversation

Jayk5
Copy link
Collaborator

@Jayk5 Jayk5 commented Jun 20, 2023

Solving #175

@Jayk5 Jayk5 requested a review from grof June 20, 2023 11:45
@Jayk5 Jayk5 linked an issue Jun 20, 2023 that may be closed by this pull request
src/commands/voices/list.ts Outdated Show resolved Hide resolved
src/commands/voices/list.ts Outdated Show resolved Hide resolved
src/commands/voices/list.ts Outdated Show resolved Hide resolved
@grof
Copy link
Collaborator

grof commented Jun 20, 2023

The output for columns "SampleRateHz", "ForeignLanguages" and "Styles" currently show actual arrays. Look at src/commands/data-types/list.ts or src/commands/projects/list.ts for examples of how to turn these arrays into comma-separate lists. Empty arrays also need to be replaced with "n/a". You're almost there :)

@grof
Copy link
Collaborator

grof commented Jun 22, 2023

Looks good. I added sorting the sorting of the lists for readability.

@grof grof added the enhancement New feature or request label Jun 22, 2023
@Jayk5 Jayk5 marked this pull request as ready for review June 22, 2023 11:40
@Jayk5 Jayk5 self-assigned this Jun 22, 2023
Copy link
Collaborator

@grof grof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@grof grof changed the title feat: add command voices:list feat: add voices:list command Jul 4, 2023
@grof grof merged commit 9721a08 into beta Jul 4, 2023
3 checks passed
@grof grof deleted the feat/voicesList branch July 4, 2023 20:12
@grof
Copy link
Collaborator

grof commented Jul 14, 2023

🎉 This PR is included in version 2.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@grof grof added the released label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement voices:list command
2 participants