1
0
Fork 0
mirror of https://github.com/zdharma-continuum/zinit-configs.git synced 2025-01-31 04:08:16 +01:00
zinit-configs/NICHOLAS85/zinit/snippets/config/completions/_micro
vladislav doster 92f7b7ff82
maint: normalize configuration file names to be "zshrc" (#11)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-06-04 07:40:14 -05:00

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