Join Slack
Powered by
Is there a way to pass arguments to a kotlin nodej...
# javascript
s
spierce7
09/30/2020, 4:18 AM
Is there a way to pass arguments to a kotlin nodejs application?
d
diesieben07
09/30/2020, 8:01 AM
You can use
kotlinx-nodejs
for nodejs library externals and then you can simply do
process.argv
to get the command line arguments.
👍 2
v
Vampire
09/30/2020, 8:07 AM
See also this:
https://youtrack.jetbrains.com/issue/KT-41285
s
spierce7
10/01/2020, 4:53 PM
thanks
2
Views
Open in Slack
Previous
Next