Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow printf to be more flexible with slack message content.
- I have a situation where I have a dash '-' in a url that I would like to send via a slack message. I was getting errors saying I cannot do this. - The %b format flag does this "Print the associated argument while interpreting backslash escapes in there". This allows you to keep using \n characters in your messages, but also not try to interpret any dashes as additional command line arguments!!
- Loading branch information