Closed roipoussiere closed 2 years ago
Export option is becoming useful and has its own options (ie. --minify), and some options doesn't not apply on it (ie --port). So it makes sense to improve cli structure with a sub-commands pattern:
--minify
--port
cq-server run [options] cq-server build [options]
fixed in 6ef949d
Export option is becoming useful and has its own options (ie.
--minify
), and some options doesn't not apply on it (ie--port
). So it makes sense to improve cli structure with a sub-commands pattern: