You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,9 +58,9 @@ class ProjectAttributeGroup(CommandGroupAttribute):
57
58
* ``--project-version``
58
59
"""
59
60
def__call__(self, func: Entity) ->Entity:
60
-
self._AppendAttribute(func, LongValuedFlag("--project-name", dest="ProjectName", metaName="<Name>", optional=True, help="Name of the project."))
61
-
self._AppendAttribute(func, LongValuedFlag("--project-variant", dest="ProjectVariant", metaName="<Variant>", optional=True, help="Variant of the project."))
62
-
self._AppendAttribute(func, LongValuedFlag("--project-version", dest="ProjectVersion", metaName="<Version>", optional=True, help="Version of the project."))
61
+
self._AppendAttribute(func, LongValuedFlag("--project-name", dest="ProjectName", metaName="<Name>", optional=True, help="Name of the project."))# pylint: disable=line-too-long
62
+
self._AppendAttribute(func, LongValuedFlag("--project-variant", dest="ProjectVariant", metaName="<Variant>", optional=True, help="Variant of the project."))# pylint: disable=line-too-long
63
+
self._AppendAttribute(func, LongValuedFlag("--project-version", dest="ProjectVersion", metaName="<Version>", optional=True, help="Version of the project."))# pylint: disable=line-too-long
63
64
returnfunc
64
65
65
66
@@ -74,14 +75,25 @@ class CompilerAttributeGroup(CommandGroupAttribute):
0 commit comments