1 | #
|
2 | # DO NOT EDIT -- Generated by testdata/completion/bash_oracle.sh
|
3 | #
|
4 | # bash --version:
|
5 | # GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)
|
6 | # Copyright (C) 2013 Free Software Foundation, Inc.
|
7 | # License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
8 | #
|
9 | # This is free software; you are free to change and redistribute it.
|
10 | # There is NO WARRANTY, to the extent permitted by law.
|
11 | #
|
12 | # bash_completion:'
|
13 | #
|
14 | # 601749d5105ea2262290a239cfad4b0a testdata/completion/bash_completion
|
15 | # -rw-rw-r-- 1 andy andy 72681 Dec 20 20:40 testdata/completion/bash_completion
|
16 | #
|
17 | CASES = []
|
18 |
|
19 | case = {}
|
20 | CASES.append(case)
|
21 | case["code"] = 'reassemble foo:bar --color=auto\t'
|
22 | case["COMP_LINE"] = 'reassemble foo:bar --color=auto'
|
23 | case["COMP_POINT"] = '31'
|
24 | case["COMP_WORDS"] = ['reassemble', 'foo', ':', 'bar', '--color', '=', 'auto']
|
25 | case["COMP_CWORD"] = '6'
|
26 | case["_completion_reassemble_flags"] = [':', 'words', 'cword']
|
27 | case["words"] = ['reassemble', 'foo:bar', '--color', '=', 'auto']
|
28 | case["cword"] = '4'
|
29 |
|
30 | case = {}
|
31 | CASES.append(case)
|
32 | case["code"] = 'words foo:bar --color=auto\t'
|
33 | case["COMP_LINE"] = 'words foo:bar --color=auto'
|
34 | case["COMP_POINT"] = '26'
|
35 | case["COMP_WORDS"] = ['words', 'foo', ':', 'bar', '--color', '=', 'auto']
|
36 | case["COMP_CWORD"] = '6'
|
37 | case["_completion_words_flags"] = ['cur']
|
38 | case["cur"] = 'auto'
|