We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement LABEL command in the global Dofigen config scope.
LABEL
Add a label field in the Dofigen struct of type HashMap<String, String>.
label
HashMap<String, String>
Implement the generation of the single line LABEL command from the previous field.
Defining the author label should be a good practice: #252
Huly®: DOFIG-248
The text was updated successfully, but these errors were encountered:
taorepoara
No branches or pull requests
What should be done
Implement
LABEL
command in the global Dofigen config scope.Technical recommandation
Add a
label
field in the Dofigen struct of typeHashMap<String, String>
.Implement the generation of the single line
LABEL
command from the previous field.Is this task linked with any other ?
Defining the author label should be a good practice: #252
Huly®: DOFIG-248
The text was updated successfully, but these errors were encountered: