mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
-zplugin.ch: Add options of update' and delete'
This commit is contained in:
parent
7cb3d86615
commit
5351bd907e
|
|
@ -77,7 +77,7 @@ fsh__zplugin__chroma__def=(
|
|||
NO_MATCH_#_opt // NO_MATCH_#_arg"
|
||||
|
||||
UPDATE_0_opt "
|
||||
(--all|-r|--reset)
|
||||
(--all|-r|--reset|-q|--quiet)
|
||||
<<>> NO-OP // :::chroma/main-chroma-std-aopt-action"
|
||||
|
||||
LOAD_1_arg "NO-OP // :::chroma/-zplugin-verify-plugin"
|
||||
|
|
@ -122,7 +122,7 @@ fsh__zplugin__chroma__def=(
|
|||
"DELETE_0_opt // LOAD_1_arg // LOAD_2_arg // NO_MATCH_#_opt // NO_MATCH_#_arg"
|
||||
|
||||
DELETE_0_opt "
|
||||
(--all|--clean)
|
||||
(--all|--clean|-y|--yes|-q|--quiet)
|
||||
<<>> NO-OP // :::chroma/main-chroma-std-aopt-action"
|
||||
|
||||
LOAD_1_arg "NO-OP // :::chroma/-zplugin-verify-plugin"
|
||||
|
|
|
|||
Loading…
Reference in a new issue