OILS / testdata / completion / bash_oracle_other.py View on Github | oilshell.org

38 lines, 20 significant
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#
17CASES = []
18
19case = {}
20CASES.append(case)
21case["code"] = 'reassemble foo:bar --color=auto\t'
22case["COMP_LINE"] = 'reassemble foo:bar --color=auto'
23case["COMP_POINT"] = '31'
24case["COMP_WORDS"] = ['reassemble', 'foo', ':', 'bar', '--color', '=', 'auto']
25case["COMP_CWORD"] = '6'
26case["_completion_reassemble_flags"] = [':', 'words', 'cword']
27case["words"] = ['reassemble', 'foo:bar', '--color', '=', 'auto']
28case["cword"] = '4'
29
30case = {}
31CASES.append(case)
32case["code"] = 'words foo:bar --color=auto\t'
33case["COMP_LINE"] = 'words foo:bar --color=auto'
34case["COMP_POINT"] = '26'
35case["COMP_WORDS"] = ['words', 'foo', ':', 'bar', '--color', '=', 'auto']
36case["COMP_CWORD"] = '6'
37case["_completion_words_flags"] = ['cur']
38case["cur"] = 'auto'