From ab7f15bee15cc75c85aad3bed212d124925c6f29 Mon Sep 17 00:00:00 2001 From: David Farrell Date: Tue, 10 Mar 2020 23:02:33 -0700 Subject: [PATCH] Added a comment --- plugins/available/cht-sh.plugin.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/available/cht-sh.plugin.bash b/plugins/available/cht-sh.plugin.bash index 92846989..63e3c9b7 100644 --- a/plugins/available/cht-sh.plugin.bash +++ b/plugins/available/cht-sh.plugin.bash @@ -14,6 +14,7 @@ if ! _command_exists cht.sh ; then example '$ cht.sh rust :list' group 'cht-sh' + # Separate arguments with '/', preserving spaces within them local query=$(IFS=/ ; echo "$*") curl "cht.sh/${query}" }