zdharma-continuum.zinit-ann.../za-submods-help-handler
Vladislav Doster 26a884eeef fix: log message convention
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2023-12-04 04:38:49 -06:00

15 lines
398 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env zsh
#
# Copyright (c) 2016-2021 Sebastian Gniazdowski and contributors
# Copyright (c) 2021-2022 zdharma-continuum and contributors
#
#
+zi-log "
{ice}submods{rst} - zinit-annex-submods
Usage: submods'{REPOSITORY} > {SUBMODULE_NAME}'
It initializes the submodule inside the parent plugin or snippet.
"
# vim: set expandtab filetype=zsh shiftwidth=4 softtabstop=4 tabstop=4: