assume --on-port if there is '-- node server.js'

Author: mcollinaCreated Dec 1, 2018Updated Oct 11, 2024
Labelsenhancement

Currently we have to do:

autocannon  --on-port / -- node bare

However it would be more usable/friendly if we did

autocannon  / -- node bare

We can basically assume --on-port if there is -- node.