Fix incorrect member links (#1723)

This fixes various incorrect member links in the stdlib.
This commit is contained in:
Daniel Chao
2026-07-02 11:04:01 -07:00
committed by GitHub
parent 1c1a39e37f
commit 45912c504f
10 changed files with 40 additions and 73 deletions
+1 -1
View File
@@ -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: