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>
23 lines
712 B
Text
23 lines
712 B
Text
#compdef micro
|
|
|
|
# zsh completions for 'micro'
|
|
# automatically generated with http://github.com/RobSis/zsh-completion-generator
|
|
local arguments
|
|
|
|
arguments=(
|
|
'-clean[cleans the configuration directory]'
|
|
'-config-dir[specify a custom location for the configuration directory]'
|
|
'-options[show all option help]'
|
|
'-debug[enable debug mode (enables logging to ./log.txt)]'
|
|
'-version[show the version number and information]'
|
|
'-plugin[\[PLUGIN\]...]'
|
|
'-plugin[\[PLUGIN\]...]'
|
|
'-plugin[\[PLUGIN\]...]'
|
|
'-plugin[\[PLUGIN\]...]'
|
|
'-plugin[list installed plugins]'
|
|
'-plugin[list available plugins]'
|
|
'-option[set `option` to `value` for this session]'
|
|
'*:filename:_files'
|
|
)
|
|
|
|
_arguments -s $arguments
|