blob: 7c16f8a758d3f3e5b3b15f9e994da5a8406a0d89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
(auto-auto-complete
(default (arg SHELL_OR_DEFINITION)
(files -f)
(suggest default)
(desc 'Specify a shell or variable definition'))
(argumented (options -s -f --source --file)
(complete --source)
(arg SOURCE_FILE)
(files -f)
(desc 'Specify the input auto-auto-complete script'))
(argumented (options -o --output)
(complete --output)
(arg OUTPUT_FILE)
(files -f)
(desc 'Specify the output shell auto-completion script'))
(suggestion default (verbatim bash zsh fish VARIABLE=VALUE))
)
|