Skip to content

Commit e9e9c90

Browse files
committed
update hooks library help
1 parent cc35b72 commit e9e9c90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/bashly/libraries/libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ help:
3030
handler: Bashly::Libraries::Help
3131

3232
hooks:
33-
help: Add placeholders for before/after hooks which are executed before/after any command.
33+
help: Add placeholders for initialize/before/after hooks which are executed on script initialization, and before/after any command.
3434
files:
3535
- source: "hooks/initialize.sh"
3636
target: "%{user_source_dir}/initialize.%{user_ext}"

spec/approvals/cli/add/list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ help
1818
Add a help command, in addition to the standard --help flag.
1919

2020
hooks
21-
Add placeholders for before/after hooks which are executed before/after any
22-
command.
21+
Add placeholders for initialize/before/after hooks which are executed on
22+
script initialization, and before/after any command.
2323

2424
lib
2525
Create the lib directory for any additional user scripts.

0 commit comments

Comments
 (0)