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 388ab19 commit 44ebba8Copy full SHA for 44ebba8
lib/bashly/libraries/hooks/initialize.sh
@@ -3,8 +3,8 @@
3
## Any code here will be placed inside the `initialize()` function and called
4
## before running anything else.
5
##
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,
+## The original command line arguments are available in the `command_line`
+## array. You can modify or override the input before it is processed further,
8
## though this is usually only needed for advanced use cases.
9
10
## You can safely delete this file if you do not need it.
0 commit comments