diff options
Diffstat (limited to 'operators/command_help.zsh')
| -rw-r--r-- | operators/command_help.zsh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/operators/command_help.zsh b/operators/command_help.zsh new file mode 100644 index 0000000..2d86678 --- /dev/null +++ b/operators/command_help.zsh @@ -0,0 +1,10 @@ +# Copyright (C) 2024-2026 Maria Lisina +# Copyright (C) 2024-2026 Danil Lisin +# SPDX-License-Identifier: Apache-2.0 + +output_text="${help_content}" + +link_preview_options="$( + jq --null-input --compact-output \ + '{"is_disabled": true}' +)" |
