cpl@2022.6.3 - Verbesserung der Parameter #67
@ -434,6 +434,7 @@ class PublisherService(PublisherABC):
|
|||||||
spinner_foreground_color=ForegroundColorEnum.blue)
|
spinner_foreground_color=ForegroundColorEnum.blue)
|
||||||
Console.spinner('Building application:', self._dist_files, text_foreground_color=ForegroundColorEnum.green,
|
Console.spinner('Building application:', self._dist_files, text_foreground_color=ForegroundColorEnum.green,
|
||||||
spinner_foreground_color=ForegroundColorEnum.blue)
|
spinner_foreground_color=ForegroundColorEnum.blue)
|
||||||
|
Console.write_line()
|
||||||
|
|
||||||
def publish(self):
|
def publish(self):
|
||||||
"""
|
"""
|
||||||
@ -487,3 +488,4 @@ class PublisherService(PublisherABC):
|
|||||||
text_foreground_color=ForegroundColorEnum.green,
|
text_foreground_color=ForegroundColorEnum.green,
|
||||||
spinner_foreground_color=ForegroundColorEnum.blue
|
spinner_foreground_color=ForegroundColorEnum.blue
|
||||||
)
|
)
|
||||||
|
Console.write_line()
|
||||||
|
@ -30,6 +30,7 @@ from .configuration_model_abc import ConfigurationModelABC
|
|||||||
from .configuration_variable_name_enum import ConfigurationVariableNameEnum
|
from .configuration_variable_name_enum import ConfigurationVariableNameEnum
|
||||||
from .executable_argument import ExecutableArgument
|
from .executable_argument import ExecutableArgument
|
||||||
from .flag_argument import FlagArgument
|
from .flag_argument import FlagArgument
|
||||||
|
from .validator_abc import ValidatorABC
|
||||||
from .variable_argument import VariableArgument
|
from .variable_argument import VariableArgument
|
||||||
|
|
||||||
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
|
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
|
||||||
|
Loading…
Reference in New Issue
Block a user