docs: restore docs for the view

This commit is contained in:
2023-12-15 14:45:07 +02:00
parent e51d91740d
commit b3ce545517
11 changed files with 30 additions and 10 deletions

View File

@ -590,6 +590,15 @@ _set_new_action() {
# ${!x} -> ${hello} -> "world"
_shtab_ahriman() {
local completing_word="${COMP_WORDS[COMP_CWORD]}"
local completed_positional_actions
local current_action
local current_action_args_start_index
local current_action_choices
local current_action_compgen
local current_action_is_positional
local current_action_nargs
local current_option_strings
local sub_parsers
COMPREPLY=()
local prefix=_shtab_ahriman