diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-05 00:22:40 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-05 00:22:40 -0500 |
| commit | dba2d62d15d8233c189a109f97d7cda70fa7f6b7 (patch) | |
| tree | e30d17414553a45f006a6a5d6f05dcd2856ee386 /docs/shell.md | |
| parent | 0a3ad8ba914ab42ebbb88a3d955f71d71d581fc1 (diff) | |
Fix links
Diffstat (limited to 'docs/shell.md')
| -rw-r--r-- | docs/shell.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/shell.md b/docs/shell.md index 8ca8fa2d..5f65c9e1 100644 --- a/docs/shell.md +++ b/docs/shell.md @@ -13,10 +13,10 @@ user-controlled string is automatically escaped when performing interpolation. ## Shell Methods -- [`func by_line(command: Shell -> Void)`](#`by_line) -- [`func execute(command: Shell -> Int32?)`](#`execute) -- [`func run(command: Shell -> Text?)`](#`run) -- [`func run(command: Shell -> [Byte]?)`](#`run_bytes) +- [`func by_line(command: Shell -> Void)`](#by_line) +- [`func execute(command: Shell -> Int32?)`](#execute) +- [`func run(command: Shell -> Text?)`](#run) +- [`func run(command: Shell -> [Byte]?)`](#run_bytes) ### `by_line` |
