Skip to content

Commit 44ebba8

Browse files
committed
update initialize comment
1 parent 388ab19 commit 44ebba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/bashly/libraries/hooks/initialize.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Any code here will be placed inside the `initialize()` function and called
44
## before running anything else.
55
##
6-
## The original command line arguments are available in the `command_line` array.
7-
## You can modify this array to adjust or override the input before the app runs,
6+
## The original command line arguments are available in the `command_line`
7+
## array. You can modify or override the input before it is processed further,
88
## though this is usually only needed for advanced use cases.
99
##
1010
## You can safely delete this file if you do not need it.

0 commit comments

Comments
 (0)