|
|
@ -285,7 +285,6 @@ DEPEND_FILES_KW: KwargInfo[T.List[T.Union[str, File]]] = KwargInfo( |
|
|
|
|
|
|
|
|
|
|
|
COMMAND_KW: KwargInfo[T.List[T.Union[str, BuildTarget, CustomTarget, CustomTargetIndex, ExternalProgram, File]]] = KwargInfo( |
|
|
|
COMMAND_KW: KwargInfo[T.List[T.Union[str, BuildTarget, CustomTarget, CustomTargetIndex, ExternalProgram, File]]] = KwargInfo( |
|
|
|
'command', |
|
|
|
'command', |
|
|
|
# TODO: should accept CustomTargetIndex as well? |
|
|
|
|
|
|
|
ContainerTypeInfo(list, (str, BuildTarget, CustomTarget, CustomTargetIndex, ExternalProgram, File), allow_empty=False), |
|
|
|
ContainerTypeInfo(list, (str, BuildTarget, CustomTarget, CustomTargetIndex, ExternalProgram, File), allow_empty=False), |
|
|
|
required=True, |
|
|
|
required=True, |
|
|
|
listify=True, |
|
|
|
listify=True, |
|
|
|