File: wrapper.yaml

package info (click to toggle)
crazy-complete 0.3.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,528 kB
  • sloc: python: 13,342; sh: 995; makefile: 68
file content (11 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
prog: crazy-complete-test
wraps: sudo
options:
  - option_strings: ["--arg", '-a', '-arg']
    complete: ["choices", ["argument1"]]

  - option_strings: ["--optional", '-o', '-optional']
    complete: ["choices", ["argument1"]]
    optional_arg: true

  - option_strings: ["--flag", '-f', '-flag']