diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-05 00:21:30 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-05 00:21:30 -0500 |
| commit | 0a3ad8ba914ab42ebbb88a3d955f71d71d581fc1 (patch) | |
| tree | e984b58347627f0417a6961dbb8e83afe4739653 /docs/shell.md | |
| parent | 665050940f1562b045efe942686d04b3c3fac381 (diff) | |
Alphabetize and index functions
Diffstat (limited to 'docs/shell.md')
| -rw-r--r-- | docs/shell.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/shell.md b/docs/shell.md index f453a1d0..8ca8fa2d 100644 --- a/docs/shell.md +++ b/docs/shell.md @@ -13,6 +13,11 @@ 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) + ### `by_line` **Description:** |
