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
#test.coffee console.dir process.argv
>coffee test.coffee
It should be
['node','/path/to/coffee','test.coffee']
OR
['/path/to/coffee', 'test.coffee']
['coffee', 'test.coffee']
But, I got
['node', 'test.coffee']
The text was updated successfully, but these errors were encountered:
Did you read the previous related issues? #834 #853 #1087 #1092 #1283
Sorry, something went wrong.
Do you means ['node', 'test.coffee'] is correct output?
BTW: I notice that process.ARGV is
I agree, and I've made a pull request: #1303
Merged in #1303.
coffee foo.coffee
No branches or pull requests
It should be
OR
OR
But, I got
The text was updated successfully, but these errors were encountered: