File: doc.go

package info (click to toggle)
golang-github-willabides-kongplete 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: sh: 40; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
/*
Package kongplete lets you generate shell completions for your command-line programs using
github.com/alecthomas/kong and github.com/posener/complete.
*/
package kongplete