Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slash commands #53

Merged
merged 28 commits into from Mar 16, 2019
Merged

Slash commands #53

merged 28 commits into from Mar 16, 2019

Conversation

JasonEtco
Copy link
Owner

@JasonEtco JasonEtco commented Feb 26, 2019

Why?

Adds /command support via a new #command method:

/* /deploy this-repo */
tools.command('deploy', arg => {
  console.log(args)
})

Closes #17

How?

Added a new #command method to the Toolkit class.


  • Tests have been added/updated
  • Documentation has been updated

@jerrylopez
Copy link

This would be pretty neat. I was just thinking about this over the weekend. I'm currently using Slack for /deploy but would love to do this from a PR and get rid of slack (i'm the only user on our slack workspace 😅).

@JasonEtco JasonEtco marked this pull request as ready for review March 12, 2019 20:42
@JasonEtco JasonEtco merged commit 92b7566 into master Mar 16, 2019
@JasonEtco JasonEtco deleted the slash-commands branch March 16, 2019 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants