slack-cli
slack-cli copied to clipboard
Problem formatting piped output
I'm trying to pipe a url to a channel and it always ends up formatted with backticks.
For example:
echo "http://github.com" | slack chat send -ch @mark
I receive the message but it looks like this:
Is there a way to format piped output?