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

Templates (in progress) #10

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

Templates (in progress) #10

wants to merge 1 commit into from

Conversation

irsdkv
Copy link
Collaborator

@irsdkv irsdkv commented Jan 9, 2020

No description provided.

@irsdkv irsdkv added the enhancement New feature or request label Jan 9, 2020
@irsdkv irsdkv self-assigned this Jan 9, 2020
pub enum {{ name.upper_camel_case }} {
{% for value in values %}
/// {{ value.description }}
{{ value.name.upper_camel_case }} = {{ loop.index - 1 }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Need to use actual Enum member value.

@danieleades
Copy link
Collaborator

@irsdkv can this be closed?

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

Successfully merging this pull request may close these issues.

2 participants