Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #11313

Re: [DOC] Documentation for `complete' compacts[] is incomplete.

From Chet Ramey <chet.ramey@case.edu>
Newsgroups gnu.bash.bug
Subject Re: [DOC] Documentation for `complete' compacts[] is incomplete.
Date 2015-08-10 13:29 -0400
Message-ID <mailman.8083.1439227810.904.bug-bash@gnu.org> (permalink)
References <243c29c6.12a.14f18594bf3.Coremail.arthur200126@163.com>

Show all headers | View raw


On 8/10/15 12:02 PM, Arthur200000 wrote:

> Bash Version: 4.3
> Patch Level: 30
> Release Status: release
> 
> Description:
> 	Bash has incomplete documentation for builtins in `complete.def`. The [-abcdefgjksuv] options to specify
> 	types to complete are not documented. This is making writing completions some kind of black magic.

Have you considered reading the man page or perhaps the info doc?  That's
where the actions are documented:

              -A action
                      The  action  may  be  one of the following to generate a
                      list of possible completions:
                      alias   Alias names.  May also be specified as -a.
                      arrayvar
                              Array variable names.

...and so on.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: [DOC] Documentation for `complete' compacts[] is incomplete. Chet Ramey <chet.ramey@case.edu> - 2015-08-10 13:29 -0400

csiph-web