File: include.zsh

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 (4 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
4
_complete_internal() {
  items=( one two three )
  _describe '' items
}