Samir Alajmovic
Samir Alajmovic
1. I like `--remove-orphaned` as it's clear what it does. 2. Not default behavior since someone might download a mani.yaml file and put it in a directory that already has...
Sorry for late response, just some minor things I've found (I'll be much faster reviewing this time!): 1. move `var orphanedPaths []string` before usage, no need to declare it if...
Good catch, currently tag is allowed to be any valid YAML string but perhaps should enforce it to be same as the tags expr, not sure anyone wants to use...
I've relaxed the conditions for different type of characters now with 0.31.2. See https://manicli.com/filtering-projects/#tags-expression.