i want to use curl in a function which i can use on the command line, but the qutoes are giving me trouble. i use zsh.command() {curl -d '{"inputs": "$*"}'} is what i want to write, but when i write on the command line "command something", it $* isnt replaced with something. please fix the quotes so that $* is replaced with something
pls
i mean i want to put command() {curl -d '{"inputs": "$*"}'} in my .zshrc, and i want $* to be replaced by whatever i write on the command line, so that it would be like a regular command line program