From 1508dc7486636edcb54e81f6a2fcf0faf180c7fa Mon Sep 17 00:00:00 2001 From: Marlon Richert Date: Mon, 6 Sep 2021 13:45:36 -0700 Subject: 49218: run-help filters cmd_args before calling run-help- --- Functions/Misc/run-help-svk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Misc/run-help-svk') diff --git a/Functions/Misc/run-help-svk b/Functions/Misc/run-help-svk index 92438a53f..782538246 100644 --- a/Functions/Misc/run-help-svk +++ b/Functions/Misc/run-help-svk @@ -1 +1 @@ -svk help ${${@:#-*}[1]} | ${=PAGER:-more} +svk help $1 | ${=PAGER:-more} -- cgit 1.4.1