1
0
Fork 0
mirror of https://github.com/zdharma-continuum/zinit-annex-meta-plugins.git synced 2024-11-21 12:07:59 +01:00
zinit-annex-meta-plugins/za-meta-plugins-default-ice-cmd-help-handler
2021-11-19 23:19:20 +01:00

13 lines
492 B
Bash

# -*- mode: sh; sh-indentation: 4; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# Copyright (c) 2020 Sebastian Gniazdowski
za-meta-plugins-default-ice-cmd-help-handler() {
+zinit-message "—— {pre}default-ice {meta}--help{data}/{meta}-h" \
"{rst}{nl}{nl}" \
\
"{msg2}Description:{rst}{nl}" \
"{meta}--help{data}/{meta}-h{ehi}:{rst}{msg} this message{rst}{nl}"
return 0
}
# vim:ft=zsh:tw=80:sw=4:sts=4:et:foldmarker=[[[,]]]