We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8048e64 commit 78bd62dCopy full SHA for 78bd62d
lib/bashly/libraries/hooks/before.sh
@@ -3,6 +3,9 @@
3
## Any code here will be placed inside a `before_hook()` function and called
4
## before running any command (but after processing its arguments).
5
##
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
+##
9
## You can safely delete this file if you do not need it.
10
echo "==[ Before Hook Called ]=="
11
inspect_args
0 commit comments