is there a way to make it pass something in there?
# javascript
c
is there a way to make it pass something in there?
r
If you need a way to pass them from CLI the answer is no. Could you please provide some more details. Probably we might find solution.
c
Sorry I solved the issue differently so I don't need to pass parameters anymore.
But essentially all I wanted to was to pass parameters to my kotlin main function inside a front-end kotlin-js project. Later I realized that it might not make sense though because, from where would I pass these params? from javascript right?
so... not from the CLI of course