-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ ebf101b 🚀
- Loading branch information
0 parents
commit 4ba9a37
Showing
651 changed files
with
1,475 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
latest/css/documentation-topic~topic~tutorials-overview.82acfe22.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"primaryContentSections":[{"kind":"content","content":[{"anchor":"Overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"This library provides the ability to run commands within Swift code."}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/command"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Command\/documentation\/Command","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"PLCommand is a library for Running Command from Swift"}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"Command","title":"Command","symbolKind":"module","role":"collection","modules":[{"name":"Command"}]},"hierarchy":{"paths":[[]]},"topicSections":[{"title":"Essentials","identifiers":["doc:\/\/Command\/documentation\/Command\/GettingStarted"]},{"title":"Supports","identifiers":["doc:\/\/Command\/documentation\/Command\/Git","doc:\/\/Command\/documentation\/Command\/SwiftPackage","doc:\/\/Command\/documentation\/Command\/Fastlane","doc:\/\/Command\/documentation\/Command\/Tuist"]},{"title":"Structures","identifiers":["doc:\/\/Command\/documentation\/Command\/Alias","doc:\/\/Command\/documentation\/Command\/Arguments","doc:\/\/Command\/documentation\/Command\/Command","doc:\/\/Command\/documentation\/Command\/CommandValues","doc:\/\/Command\/documentation\/Command\/Environment","doc:\/\/Command\/documentation\/Command\/Request","doc:\/\/Command\/documentation\/Command\/Response"]},{"title":"Enumerations","identifiers":["doc:\/\/Command\/documentation\/Command\/Result","doc:\/\/Command\/documentation\/Command\/Task"]}],"references":{"doc://Command/documentation/Command/SwiftPackage":{"role":"symbol","title":"SwiftPackage","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"SwiftPackage"}],"abstract":[{"type":"text","text":"Support Swift Package Command"}],"identifier":"doc:\/\/Command\/documentation\/Command\/SwiftPackage","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SwiftPackage"}],"url":"\/documentation\/command\/swiftpackage"},"doc://Command/documentation/Command/Request":{"role":"symbol","title":"Request","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Request"}],"abstract":[{"type":"text","text":"The request from a command."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Request","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Request"}],"url":"\/documentation\/command\/request"},"doc://Command/documentation/Command/CommandValues":{"role":"symbol","title":"CommandValues","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CommandValues"}],"abstract":[{"type":"text","text":"A collection of globally available commands."}],"identifier":"doc:\/\/Command\/documentation\/Command\/CommandValues","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CommandValues"}],"url":"\/documentation\/command\/commandvalues"},"doc://Command/documentation/Command/Git":{"role":"symbol","title":"Git","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Git"}],"abstract":[{"type":"text","text":"Support Git Command"}],"identifier":"doc:\/\/Command\/documentation\/Command\/Git","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Git"}],"url":"\/documentation\/command\/git"},"doc://Command/documentation/Command/Result":{"role":"symbol","title":"Result","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Result"}],"abstract":[{"type":"text","text":"The result of a command execution."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Result","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Result"}],"url":"\/documentation\/command\/result"},"doc://Command/documentation/Command/Arguments":{"role":"symbol","title":"Arguments","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Arguments"}],"abstract":[{"type":"text","text":"A command-line command with arguments."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Arguments","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Arguments"}],"url":"\/documentation\/command\/arguments"},"doc://Command/documentation/Command/Response":{"role":"symbol","title":"Response","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Response"}],"abstract":[{"type":"text","text":"The response from a command."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Response","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Response"}],"url":"\/documentation\/command\/response"},"doc://Command/documentation/Command/Environment":{"role":"symbol","title":"Environment","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Environment"}],"abstract":[{"type":"text","text":"An environment for a command to run in."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Environment","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Environment"}],"url":"\/documentation\/command\/environment"},"doc://Command/documentation/Command/Task":{"role":"symbol","title":"Task","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Task"}],"abstract":[{"type":"text","text":"The Task is Operation to execute PLCommand."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Task","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Task"}],"url":"\/documentation\/command\/task"},"doc://Command/documentation/Command/Command":{"role":"symbol","title":"Command","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Command"}],"abstract":[{"type":"text","text":"A property wrapper for accessing dependencies."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Command","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Command"}],"url":"\/documentation\/command\/command"},"doc://Command/documentation/Command/Tuist":{"role":"symbol","title":"Tuist","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Tuist"}],"abstract":[{"type":"text","text":"Support Tuist Command"}],"identifier":"doc:\/\/Command\/documentation\/Command\/Tuist","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Tuist"}],"url":"\/documentation\/command\/tuist"},"doc://Command/documentation/Command/Fastlane":{"role":"symbol","title":"Fastlane","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Fastlane"}],"abstract":[{"type":"text","text":"Support Fastlane Command"}],"identifier":"doc:\/\/Command\/documentation\/Command\/Fastlane","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Fastlane"}],"url":"\/documentation\/command\/fastlane"},"doc://Command/documentation/Command/GettingStarted":{"role":"article","title":"Getting started","abstract":[{"type":"text","text":"Learn how to quickly execute commands on Swift using PLCommand."}],"identifier":"doc:\/\/Command\/documentation\/Command\/GettingStarted","kind":"article","type":"topic","url":"\/documentation\/command\/gettingstarted"},"doc://Command/documentation/Command":{"role":"collection","title":"Command","abstract":[{"type":"text","text":"PLCommand is a library for Running Command from Swift"}],"identifier":"doc:\/\/Command\/documentation\/Command","kind":"symbol","type":"topic","url":"\/documentation\/command"},"doc://Command/documentation/Command/Alias":{"role":"symbol","title":"Alias","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Alias"}],"abstract":[{"type":"text","text":"An alias for a command that can be run with "},{"type":"codeVoice","code":"PLCommand"},{"type":"text","text":"."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Alias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Alias"}],"url":"\/documentation\/command\/alias"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Alias"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/command\/alias"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Command\/documentation\/Command\/Alias","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"An alias for a command that can be run with "},{"type":"codeVoice","code":"PLCommand"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Alias"}],"title":"Alias","roleHeading":"Structure","role":"symbol","symbolKind":"struct","externalID":"s:7Command5AliasV","modules":[{"name":"Command"}],"navigatorTitle":[{"kind":"identifier","text":"Alias"}]},"hierarchy":{"paths":[["doc:\/\/Command\/documentation\/Command"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Command\/documentation\/Command\/Alias\/init(executableURL:dashc:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Command\/documentation\/Command\/Alias\/dashc","doc:\/\/Command\/documentation\/Command\/Alias\/executableURL"]},{"title":"Instance Methods","identifiers":["doc:\/\/Command\/documentation\/Command\/Alias\/prepare(_:environment:)","doc:\/\/Command\/documentation\/Command\/Alias\/run(_:environment:)"]}],"references":{"doc://Command/documentation/Command/Alias/prepare(_:environment:)":{"role":"symbol","title":"prepare(_:environment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prepare"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Arguments","preciseIdentifier":"s:7Command9ArgumentsV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"environment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Environment","preciseIdentifier":"s:7Command11EnvironmentV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Request","preciseIdentifier":"s:7Command7RequestV"}],"abstract":[{"type":"text","text":"Prepares a "},{"type":"codeVoice","code":"PLCommand.Request"},{"type":"text","text":" for the alias."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Alias\/prepare(_:environment:)","kind":"symbol","type":"topic","url":"\/documentation\/command\/alias\/prepare(_:environment:)"},"doc://Command/documentation/Command":{"role":"collection","title":"Command","abstract":[{"type":"text","text":"PLCommand is a library for Running Command from Swift"}],"identifier":"doc:\/\/Command\/documentation\/Command","kind":"symbol","type":"topic","url":"\/documentation\/command"},"doc://Command/documentation/Command/Alias/dashc":{"role":"symbol","title":"dashc","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dashc"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Arguments","preciseIdentifier":"s:7Command9ArgumentsV"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"The arguments to pass to the "},{"type":"codeVoice","code":"-c"},{"type":"text","text":" option of the command."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Alias\/dashc","kind":"symbol","type":"topic","url":"\/documentation\/command\/alias\/dashc"},"doc://Command/documentation/Command/Alias/executableURL":{"role":"symbol","title":"executableURL","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"executableURL"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"The URL of the executable to run."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Alias\/executableURL","kind":"symbol","type":"topic","url":"\/documentation\/command\/alias\/executableurl"},"doc://Command/documentation/Command/Alias/run(_:environment:)":{"role":"symbol","title":"run(_:environment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"run"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Arguments","preciseIdentifier":"s:7Command9ArgumentsV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"environment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Environment","preciseIdentifier":"s:7Command11EnvironmentV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7Command6ResultO"}],"abstract":[{"type":"text","text":"Runs the alias."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Alias\/run(_:environment:)","kind":"symbol","type":"topic","url":"\/documentation\/command\/alias\/run(_:environment:)"},"doc://Command/documentation/Command/Alias/init(executableURL:dashc:)":{"role":"symbol","title":"init(executableURL:dashc:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"executableURL"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"dashc"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Arguments","preciseIdentifier":"s:7Command9ArgumentsV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates a new "},{"type":"codeVoice","code":"Alias"},{"type":"text","text":"."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Alias\/init(executableURL:dashc:)","kind":"symbol","type":"topic","url":"\/documentation\/command\/alias\/init(executableurl:dashc:)"},"doc://Command/documentation/Command/Alias":{"role":"symbol","title":"Alias","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Alias"}],"abstract":[{"type":"text","text":"An alias for a command that can be run with "},{"type":"codeVoice","code":"PLCommand"},{"type":"text","text":"."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Alias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Alias"}],"url":"\/documentation\/command\/alias"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dashc"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Command\/documentation\/Command\/Arguments","preciseIdentifier":"s:7Command9ArgumentsV","text":"Arguments"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/command\/alias\/dashc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Command\/documentation\/Command\/Alias\/dashc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"The arguments to pass to the "},{"type":"codeVoice","code":"-c"},{"type":"text","text":" option of the command."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dashc"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Arguments","preciseIdentifier":"s:7Command9ArgumentsV"},{"kind":"text","text":"?"}],"title":"dashc","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Command5AliasV5dashcAA9ArgumentsVSgvp","modules":[{"name":"Command"}]},"hierarchy":{"paths":[["doc:\/\/Command\/documentation\/Command","doc:\/\/Command\/documentation\/Command\/Alias"]]},"references":{"doc://Command/documentation/Command/Alias/dashc":{"role":"symbol","title":"dashc","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dashc"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Arguments","preciseIdentifier":"s:7Command9ArgumentsV"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"The arguments to pass to the "},{"type":"codeVoice","code":"-c"},{"type":"text","text":" option of the command."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Alias\/dashc","kind":"symbol","type":"topic","url":"\/documentation\/command\/alias\/dashc"},"doc://Command/documentation/Command/Alias":{"role":"symbol","title":"Alias","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Alias"}],"abstract":[{"type":"text","text":"An alias for a command that can be run with "},{"type":"codeVoice","code":"PLCommand"},{"type":"text","text":"."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Alias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Alias"}],"url":"\/documentation\/command\/alias"},"doc://Command/documentation/Command/Arguments":{"role":"symbol","title":"Arguments","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Arguments"}],"abstract":[{"type":"text","text":"A command-line command with arguments."}],"identifier":"doc:\/\/Command\/documentation\/Command\/Arguments","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Arguments"}],"url":"\/documentation\/command\/arguments"},"doc://Command/documentation/Command":{"role":"collection","title":"Command","abstract":[{"type":"text","text":"PLCommand is a library for Running Command from Swift"}],"identifier":"doc:\/\/Command\/documentation\/Command","kind":"symbol","type":"topic","url":"\/documentation\/command"}}} |
Oops, something went wrong.