File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -453,6 +453,8 @@ _comp_compgen__error_fallback()
453
453
#
454
454
# Note: The array option `-V arr` in bash >= 5.3 should be instead specified
455
455
# as `-v arr` as a part of the `_comp_compgen` options.
456
+ # @return True (0) if at least one completion is generated, False (1) if no
457
+ # completion is generated, or 2 with an incorrect usage.
456
458
#
457
459
# Usage #2: _comp_compgen [-alR|-v arr|-c cur] name args...
458
460
# Call the generator `_comp_compgen_NAME ARGS...` with the specified options.
@@ -470,6 +472,7 @@ _comp_compgen__error_fallback()
470
472
# These variables are internally used to pass the effect of the options
471
473
# [-alR|-v arr|-c cur] to the child calls of `_comp_compgen` in
472
474
# `_comp_compgen_NAME`.
475
+ # @return Exit status of the generator.
473
476
#
474
477
# @remarks When no options are supplied to _comp_compgen, `_comp_compgen NAME
475
478
# args` is equivalent to the direct call `_comp_compgen_NAME args`. As the
You can’t perform that action at this time.
0 commit comments