From b06ce0c4cefd3edb45243ab3c732720c161e22b9 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Mon, 27 Jan 2020 08:39:55 -0600 Subject: [PATCH] Add information about YADM_HOOK_FULL_COMMAND --- _docs/090_hooks.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_docs/090_hooks.md b/_docs/090_hooks.md index 2141ae2..27d35f6 100644 --- a/_docs/090_hooks.md +++ b/_docs/090_hooks.md @@ -27,9 +27,14 @@ YADM_HOOK_EXIT YADM_HOOK_FULL_COMMAND : The yadm command with all command line arguments + (Parameters are space delimited, and any space, tab or backslash will be + escaped with a backslash. An example of parsing this variable with Bash can be + found [here][parse-example].) YADM_HOOK_REPO : The path to the yadm repository YADM_HOOK_WORK : The path to the work-tree + +[parse-example]: https://github.com/TheLocehiliosan/yadm/blob/master/contrib/hooks/parsing_full_command_example/pre_log