Skip to content

Commit 1ef80c9

Browse files
author
Damien Nadé
committed
argsparse-completion.sh: more about limitations
1 parent 350db2f commit 1ef80c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

argsparse-completion.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
## @par Purpose
3434
#
3535
## To automatically enable, for bash-completion users, completion for
36-
## scripts using the argsparse library.
36+
## scripts that use the argsparse library.
3737

3838
## @par Usage
3939
#
@@ -73,6 +73,9 @@
7373
## file system alteration, network connections, ...), and should
7474
## avoid time-consuming tasks up to this point.
7575
##
76+
## @li Only a limited set of option types completion are currently
77+
## implemented.
78+
##
7679
##
7780
#
7881
## @defgroup ArgsparseCompletion Bash Completion-related functions.

0 commit comments

Comments
 (0)