mirror of
https://github.com/apple/pkl.git
synced 2026-07-03 19:51:47 +02:00
Fix incorrect member links (#1723)
This fixes various incorrect member links in the stdlib.
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
/// Defines inputs and outputs for CLI commands implemented in Pkl.
|
||||
///
|
||||
/// Modules extending `pkl:Command` may configure [ModuleOutput.text], [ModuleOutput.bytes], and/or
|
||||
/// Modules extending `pkl:Command` may configure [FileOutput.text], [FileOutput.bytes], and/or
|
||||
/// [ModuleOutput.files] of [output] to influence the effect of the command.
|
||||
///
|
||||
/// Command modules should override [options] and provide their own class declaring options:
|
||||
|
||||
Reference in New Issue
Block a user