diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-07 06:29:44 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-07 06:29:44 +0300 |
| commit | aa1ca9fa3c7680fc9157003ab7b1e47fa0ee799a (patch) | |
| tree | 640f352152cec982c4ea867efe90f442f22a9f14 /operators/command_help.zsh | |
| parent | 0671dc134a9e122ce2c0348f3f4deeb2d274d524 (diff) | |
*/*: Reimplement help command
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'operators/command_help.zsh')
| -rw-r--r-- | operators/command_help.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/operators/command_help.zsh b/operators/command_help.zsh index 2d86678..ec298bc 100644 --- a/operators/command_help.zsh +++ b/operators/command_help.zsh @@ -2,7 +2,8 @@ # Copyright (C) 2024-2026 Danil Lisin # SPDX-License-Identifier: Apache-2.0 -output_text="${help_content}" +output_text="${help_general}" +. "${units}/help.zsh" link_preview_options="$( jq --null-input --compact-output \ |
