liftoff icon indicating copy to clipboard operation
liftoff copied to clipboard

Handle process.argv

Open phated opened this issue 1 year ago • 0 comments

Liftoff should handle process.argv. Currently, the dance between yargs and Liftoff in gulp-cli is annoying and a little problematic. If Liftoff just managed the args, it would probably make for a nicer integration.

We could keep using yargs, but should explore https://nodejs.org/docs/latest/api/util.html#utilparseargsconfig since it would remove a dependency.

phated avatar Mar 16 '24 04:03 phated