File: combine-test.yaml

package info (click to toggle)
crazy-complete 0.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,404 kB
  • sloc: python: 7,949; sh: 4,636; makefile: 74
file content (9 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
prog: "crazy-complete-test"
options:
  - option_strings: ["-o"]
    complete: ["combine", [
      ["range", 0, 1],
      ["exec", "printf '%s\\n' 2 3"],
      ["choices", ["4", "5"]],
      ["choices", {"6": "six", "7": "seven"}]
    ]]