mirror of
https://github.com/zdharma-continuum/zinit-configs.git
synced 2025-01-31 04:08:16 +01:00
92f7b7ff82
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
13 lines
282 B
Text
13 lines
282 B
Text
#compdef gebaard
|
|
|
|
# zsh completions for 'gebaard'
|
|
# automatically generated with http://github.com/RobSis/zsh-completion-generator
|
|
local arguments
|
|
|
|
arguments=(
|
|
{-b,--background}'[daemonize]'
|
|
{-h,--help}'[prints this help text]'
|
|
'*:filename:_files'
|
|
)
|
|
|
|
_arguments -s $arguments
|