projg2 / flaggie

A smart CLI mangler for package.* files
MIT License
48 stars 7 forks source link

Reject `-` (or map to `%`) for package.env entries #28

Open mgorny opened 1 year ago

mgorny commented 1 year ago

Since --entries are invalid for package.env, flaggie should either reject them or automatically map into % action once it's implemented.