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

Provider using package service is expected to use 'exec' instead of 'cmd' #570

Open LaurentTreguier opened 5 years ago

LaurentTreguier commented 5 years ago

According to the documentation, the command for a build is supposed to be in the cmd key. However, when looking at the code, the cmd key is not used and the (apparently undocumented) exec key is used instead.

This can be seen in build-make. Is there a problem in the docs, or is the key really supposed to be different ? (and if it is so, why ?)