projg2 / flaggie

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

Support creating the "empty" `package.accept_keywords` entry #29

Open mgorny opened 1 year ago

mgorny commented 1 year ago

package.accept_keywords accepts an "empty" entry like:

app-foo/bar

to enable the ~arch keyword for the current architecture. Flaggie needs a way to handle it. Interface to be determined.