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

enum should be able to take list for some parameters #21

Open
FabienGiely opened this issue Dec 18, 2019 · 0 comments
Open

enum should be able to take list for some parameters #21

FabienGiely opened this issue Dec 18, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@FabienGiely
Copy link
Contributor

parameters "sep", "end_of_bullet" should take string or list

nlg_enum(
   ["elem1", "elem2", "elem3", "elem4", "elem5"],
   sep=["sep1", "sep2"]
)

Elem1 sep1 elem2 sep2 elem3 sep1 elem4 and elem5

@FabienGiely FabienGiely added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant