mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
added header block with description and author info
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
#compdef lunchy
|
||||
# ------------------------------------------------------------------------------
|
||||
# Description
|
||||
# -----------
|
||||
#
|
||||
# Completion script for lunchy (https://github.com/mperham/lunchy).
|
||||
#
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
# Authors
|
||||
# -------
|
||||
#
|
||||
# * Blake Walters (https://github.com/markupboy)
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
local state line cmds ret=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user