Closed marksteve closed 9 years ago
Thanks! :+1:
Funny that bin/cmd.js still worked - it was passing into fromArgs was the same process.argv.slice(2) that fromArgs used.
bin/cmd.js
fromArgs
process.argv.slice(2)
Published as watchify@2.6.0
watchify@2.6.0
Awesome! Thanks @zertosh!
Thanks! :+1:
Funny that
bin/cmd.js
still worked - it was passing intofromArgs
was the sameprocess.argv.slice(2)
thatfromArgs
used.