Skip to content

Commit 78bd62d

Browse files
committed
update before hook documentation comment
1 parent 8048e64 commit 78bd62d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/bashly/libraries/hooks/before.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Any code here will be placed inside a `before_hook()` function and called
44
## before running any command (but after processing its arguments).
55
##
6+
## - The processed args are available to you here as `$args` and `$extra_args`
7+
## - The raw input array is also available in read-only mode as `$input`
8+
##
69
## You can safely delete this file if you do not need it.
710
echo "==[ Before Hook Called ]=="
811
inspect_args

0 commit comments

Comments
 (0)