We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It'd be really useful to be able to set an expire time when updating a status.
Edit status via arguments: slack status edit lunch :hamburger: 60
slack status edit lunch :hamburger: 60
Edit status via options: slack status edit --text lunch --emoji :hamburger: --expire 60
slack status edit --text lunch --emoji :hamburger: --expire 60
Edit status via short form options: slack status edit --tx lunch -em :hamburger: -ex 60
slack status edit --tx lunch -em :hamburger: -ex 60
It appears this could be easily done by adding status_expiration.
status_expiration
I would implement myself and make a pull request but my bash skills are not so hot.
The text was updated successfully, but these errors were encountered:
I'm also looking for that feature.
Sorry, something went wrong.
No branches or pull requests
It'd be really useful to be able to set an expire time when updating a status.
Edit status via arguments:
slack status edit lunch :hamburger: 60
Edit status via options:
slack status edit --text lunch --emoji :hamburger: --expire 60
Edit status via short form options:
slack status edit --tx lunch -em :hamburger: -ex 60
It appears this could be easily done by adding
status_expiration
.I would implement myself and make a pull request but my bash skills are not so hot.
The text was updated successfully, but these errors were encountered: