KitCreationArguments
public struct KitCreationArguments : Codable, Equatable, Hashable
The KitCreationArguments
-
The Kit name parameter
Declaration
Swift
let kitNameParameter: String? -
The template repository URL Argument
Declaration
Swift
let templateRepositoryURLArgument: String? -
The destination argument
Declaration
Swift
let destinationArgument: String? -
The Kit name argument
Declaration
Swift
let kitNameArgument: String? -
The author name argument
Declaration
Swift
let authorNameArgument: String? -
The author email argument
Declaration
Swift
let authorEmailArgument: String? -
The repository URL argument
Declaration
Swift
let repositoryURLArgument: String? -
The CIService argument
Declaration
Swift
let ciServiceArgument: String? -
The organization name argument
Declaration
Swift
let organizationNameArgument: String? -
The organization identifier argument
Declaration
Swift
let organizationIdentifierArgument: String? -
The force argument
Declaration
Swift
let forceArgument: Bool -
The open project argument
Declaration
Swift
let openProjectArgument: Bool -
The Targets argument
Declaration
Swift
let targetsArgument: [String]?
-
init(kitNameParameter:templateRepositoryURLArgument:destinationArgument:kitNameArgument:authorNameArgument:authorEmailArgument:repositoryURLArgument:ciServiceArgument:organizationNameArgument:organizationIdentifierArgument:forceArgument:openProjectArgument:targetsArgument:)Designated Initializer
Declaration
Swift
public init(kitNameParameter: String?, templateRepositoryURLArgument: String?, destinationArgument: String?, kitNameArgument: String?, authorNameArgument: String?, authorEmailArgument: String?, repositoryURLArgument: String?, ciServiceArgument: String?, organizationNameArgument: String?, organizationIdentifierArgument: String?, forceArgument: Bool, openProjectArgument: Bool, targetsArgument: [String]?)Parameters
kitNameParameterThe Kit name parameter
templateRepositoryURLArgumentThe template repository URL Argument
destinationArgumentThe destination argument
kitNameArgumentThe Kit name argument
authorNameArgumentThe author name argument
authorEmailArgumentThe author email argument
repositoryURLArgumentThe repository URL argument
ciServiceArgumentThe CIService argument
organizationNameArgumentThe organization name argument
organizationIdentifierArgumentThe organization identifier argument
forceArgumentThe force argument
openProjectArgumentThe open project argument
targetsArgumentThe Targets argument
View on GitHub
KitCreationArguments Structure Reference