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 #490: Display appropriate separator when writing default enumerable values #895

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gfs
Copy link

@gfs gfs commented Jul 27, 2023

Currently, the default values for an IEnumerable option are always written with spaces separating them, even when the separator is set to something else. This change reads the configured separator from the option to include in the generated Default value for the HelpText.

Adds a new test case to confirm behavior when separator is configured. Previous behavior is maintained if separator is not configured.

Fix #490

@gfs gfs changed the title Display appropriate separator when writing default enumerable values Fix #490: Display appropriate separator when writing default enumerable values Jul 28, 2023
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.

Seperator does not appear in help text when diplaying default values
1 participant