-
Notifications
You must be signed in to change notification settings - Fork 10
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
Accept file as payload with @ token #181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall it looks good. Thanks for working on it.
Can you also add tests please? Take a look at TESTS.md and you should be able to run and configure them and add new ones.
hmm.. getting this error
|
Which OS, shell, etc. are you using? Edit: A sufficiently modern bash should actually do it. The |
Ah, I forgot to mention this section from the main README.md |
Tried with bash also, same error. |
You might want to debug the shebang and the spcific zsh/bash version: I'm not sure, but please check which bash version you're specifically using. My Bash 5.1 definitely does work. |
#173