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
Initially, there was no exit 1 or exit 0 code, so I added some, but I'm not sure if they're in the appropriate places.
exit 1
exit 0
Besides that, there's not really any way of handling extra variables for example,
$ http 200 these shouldn't be here
Ruby uses ARGV as an array, but I'm not quite sure how things should be handled here
The text was updated successfully, but these errors were encountered:
Multiple arguments is possible now (gazayas#2)
56c0640
Hello, @gazayas Please, have a look at #6
Sorry, something went wrong.
Merge pull request #6 from JaroslawWiosna/multiple_arguments
62a2f1a
Multiple arguments is possible now (#2)
No branches or pull requests
Initially, there was no
exit 1
orexit 0
code, so I added some, but I'm not sure if they're in the appropriate places.Besides that, there's not really any way of handling extra variables
for example,
Ruby uses ARGV as an array, but I'm not quite sure how things should be handled here
The text was updated successfully, but these errors were encountered: