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
No file is uploaded using the -f parameter.
To reproduce:
echo 'file contents' > testfile.txt echo 'did I get a file?' | slacker -u jxn -f testfile.txt
Result: Message "did I get a file?" is received, but no file is attached.
Tested w/ Slacker Cli -0.9.25 Python 2.7.6 on Ubuntu 14.04.5 LTS and Python 2.7.12 on Ubuntu 16.04.1 LTS
The text was updated successfully, but these errors were encountered:
@jxn thanks for your feedback, I will try to reproduce the problem and search any solution
BTW pull requests are welcome ;)
Sorry, something went wrong.
I'm having the same issue. Tried everything, no file gets attatched.
send files to user with -u #23
e90ced7
sorry for the delay in the reply.
In the previous versions you can't send files to user, this feature is added in the version 0.3.0
If now work close the issue ;)
thanks for your feedback.
No branches or pull requests
No file is uploaded using the -f parameter.
To reproduce:
Result:
Message "did I get a file?" is received, but no file is attached.
Tested w/ Slacker Cli -0.9.25
Python 2.7.6 on Ubuntu 14.04.5 LTS
and Python 2.7.12 on Ubuntu 16.04.1 LTS
The text was updated successfully, but these errors were encountered: