-
Notifications
You must be signed in to change notification settings - Fork 3
/
.declzsh-usage
22 lines (18 loc) · 954 Bytes
/
.declzsh-usage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
+declzsh-msg -rl "YEUsageRS:" \
"GRdeclzshRS [-h|--help|-n|--noansi|-q|--quiet|-v|--verbose] \\" \
" [-EE|--zp-enable {plugin-spec}] [-DD|--zp-disable {plugin-spec}] \\" \
" [-TT|--zp-toggle {plugin-spec}] [-PP|--zp-purge {plugin-spec}] \\" \
" [-AA {new plugin-spec}] [-o {output-zshrc}] input-zshrc" \
"GRdeclzshRS [-h|--help|-n|--noansi|-q|--quiet|-v|--verbose] \\" \
" [-o {output-zshrc}] input-zshrc --zp-add new plugin=spec" \
"" \
"The second form allows to give the new plugin specification freely," \
"i.e. without any quoting, e.g.:" \
"" \
" GRdeclzshRS ~/.zshrc YE--zp-addRS MA[RS wait\"2\" lucid svn MA]RS CYOMZ::plugins/gitRS" \
"" \
"Otherwise, with use of the -AA option, the spec has to be passed as" \
"a single string:" \
"" \
" GRdeclzshRS YE-AARS YE\"MA[RS YEwait'2' lucid svn MA]RS CYOMZ::plugins/gitYE\"RS ~/.zshrc" \
# vim:ft=zsh:sw=4:sts=4:et