diff options
| author | Mattias Andrée <maandree@operamail.com> | 2012-10-29 02:22:03 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2012-10-29 02:22:03 +0100 | 
| commit | 7800cb05943ced42ef7c9436997e1bde388c1dba (patch) | |
| tree | 43d7781e2dc40fd772a2236262b2a5d3d622b7de /example | |
| parent | files parameter for options (diff) | |
| download | auto-auto-complete-7800cb05943ced42ef7c9436997e1bde388c1dba.tar.gz auto-auto-complete-7800cb05943ced42ef7c9436997e1bde388c1dba.tar.bz2 auto-auto-complete-7800cb05943ced42ef7c9436997e1bde388c1dba.tar.xz | |
fish completion
Diffstat (limited to 'example')
| -rw-r--r-- | example | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -23,7 +23,7 @@  		((options -f --file --pony)       (complete --file --pony) (arg PONY)    (suggest pony-f)  (files -f *.pony)  (desc 'Specify the pony that should printed'))  		((options +f ++file ++pony)       (complete ++file ++pony) (arg PONY)    (suggest pony+f)  (files -f *.pony)  (desc 'Specify the extrapony that should printed'))  		((options -q --quote)             (complete --quote)       (arg PONY)    (suggest pony-q)  (files -f *.pony)  (desc 'Specify the pony that should quote herself')) -		((options -b --bubble --balloon)  (complete --balloon)     (arg STYLE)   (suggest balloon) (files -f (case (ponysay *.say) (ponyhink *.think))  (desc 'Specify message balloon style')) +		((options -b --bubble --balloon)  (complete --balloon)     (arg STYLE)   (suggest balloon) (files -f (case (ponysay *.say) (ponyhink *.think)))  (desc 'Specify message balloon style'))  		((options -W --wrap)              (complete --wrap)        (arg COLUMN)  (suggest wrap)    (files -0)         (desc 'Specify wrapping column'))  		((options +c --colour)            (complete --colour)      (arg ANSI-COLOUR)               (files -0)         (desc 'Specify colour of the balloon, balloon link and message'))  		((options --colour-bubble --colour-balloon)                (arg ANSI-COLOUR)               (files -0)         (desc 'Specify colour of the balloon')) | 
