2006/1/24, Sean Higgins <[EMAIL PROTECTED]>: > Hello, > > I started to write a completion for sudo with the help of Axel and this is how > far I got. My question is, can you nest completions? The basic use for sudo > is:
The completions are in the repository now. I did the following changes before merging: * I slightly changed the description strings for help and version information, so that it matches those of all other commands, just to decrease the number of strings to translate. * The __fish_complete_command is moved to one of the main init files, so other completions can also use it. Hope there will be more completions. Maybe the find command? > > sudo <command> > > I have gotten sudo to list the valid commands, but after selecting the > command, I would like the completion to work for the "command" and not for > sudo. Is there a way to do that? > > Sean > [...] -- Axel
