Skip to content

Commit

Permalink
passing $1, $2, etc. to helpers now
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Jul 3, 2024
1 parent aa21d92 commit 52bce67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile.d/help50.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function _help50() {
# Try to get help
for helper in $HELPERS/*; do
if [[ -f $helper && -x $helper ]]; then
local help=$($helper <<< "$typescript")
local help=$($helper $argv <<< "$typescript")
if [[ -n "$help" ]]; then
break
fi
Expand Down

0 comments on commit 52bce67

Please sign in to comment.