noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

build system about input-args #517

Closed sanmmm closed 7 years ago

sanmmm commented 7 years ago

I want to build and run javascript in atom,but before run it, I want to input some args ,e.g.,node index.js argv1 argv2. The args is variable so that I can not write it in the config files. So can I do it use atom-build but not terminal?

noseglid commented 7 years ago

No. This has been discussed several times and been rejected. build is not for running stuff, even if it can be used as such in limited settings.

sanmmm commented 7 years ago

well....whatever, thank for your reply. I will try to do it with terminal.