We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pkl run
1 parent 118806a commit 0beb330Copy full SHA for 0beb330
docs/modules/ROOT/pages/quickstart.adoc
@@ -7,8 +7,7 @@ These steps will get you up and going with using Pkl and Swift.
7
Add the pkl-swift library as a dependency to your project's `Package.swift`:
8
9
.Package.swift
10
-[source,swift]
11
-[subs="+attributes"]
+[source,swift,subs="+attributes"]
12
----
13
let package = Package(
14
dependencies: [
@@ -50,7 +49,7 @@ Code generation is done via the `gen.pkl` CLI tool inside the `pkl.swift` packag
50
49
51
In our example, Swift sources can be generated using the following command:
52
53
-[source,bash]
+[source,bash,subs="+attributes"]
54
55
pkl run package://pkg.pkl-lang.org/pkl-swift/pkl.swift@{version}#/gen.pkl pkl/AppConfig.pkl -o Sources/MyApplication/Generated/
56
0 commit comments