We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4163575 commit 5bd86b6Copy full SHA for 5bd86b6
README.md
@@ -27,12 +27,12 @@ pip install .
27
* Send a text message.
28
29
``` bash
30
- pyslack text --channel #random --text "This is a test message."
+ pyslack text --channel '#random' --text "This is a test message."
31
```
32
33
* Upload a file.
34
35
36
- pyslack file --channel #random --file /path/to/file --title FileTitle --filetype <file type> \
+ pyslack file --channel '#random' --file /path/to/file --title FileTitle --filetype <file type> \
37
--initial-comment "This is the comment"
38
0 commit comments