Added a comment

pull/1516/head
David Farrell 2020-03-10 23:02:33 -07:00
parent 8e9dadfaad
commit ab7f15bee1
No known key found for this signature in database
GPG Key ID: 1CCA28D0E300B56F
1 changed files with 1 additions and 0 deletions

View File

@ -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}"
}