File: TODO

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 (20 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
options: when - check value
positionals: when - check value

positionals: check for double repeat:
positionals:
  - number: 1
    repeatable: true
  - number: 2
    repeatable: true

expected_error: "Too many main programs defined: ['test', 'test1']"
expected_error: "Multiple definition of program `test`"
expected_error: "Multiple definition of program `subcommand`"

check this:

prog: "foo"
options:
  - option_strings: ["-o"]
    complete: ["value_list", {"values", []}]