leopardslab / clocal-gcp

🔭 Emulation engine for GCP
Apache License 2.0
67 stars 57 forks source link

Added dynamic command registering #50

Closed kunalbhatia18 closed 5 years ago

kunalbhatia18 commented 5 years ago

I have registered the commands that were executed by putting them in index.js file. Through readdir method

TheLukaszNs commented 5 years ago

This PR looks almost like the #48, isn't that the same?

Also in line 13 of Clocal-GCP, you've deleted the commandsArray.map() function by mistake probably 😅