You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: