candrholdings / slack-cli

A command line interface for Slack implemented using node.
https://candrholdings.github.io/slack-cli/
287 stars 31 forks source link

Update cmd.js #9

Closed kanzmrsw closed 8 years ago

kanzmrsw commented 8 years ago

Enabled "link_names" option to find find and link channel names and usernames.

raymondkpwong commented 8 years ago

@kanzmrsw From the slack spec, it is optional, isn't it? https://api.slack.com/methods/chat.postMessage image

kanzmrsw commented 8 years ago

@raymondkpwong Ok, I see. Then, I want to enable this feature with commandline option in order to send notification @member. Do you have a plan to do this?

raymondkpwong commented 8 years ago

@kanzmrsw I see. I am following your code and add an optional argument for this.

kanzmrsw commented 8 years ago

@raymondkpwong Thanks a lot!!

raymondkpwong commented 8 years ago

@kanzmrsw Merged.