diff options
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 \ |
