Marc R. Schoolderman
Marc R. Schoolderman
E.g, something like: ``` id3 -R "*.mp3" --filter "%a=[Vv]arious*" --artist "Various" ```
- [x] `--no-glob` should also affect `id3 -v` or plain `id3` - [x] `\` can be used to escape `[`, `?` and `*`
I'm not 100% sure what is meant with 'assigning a tag to directories', but you can tag all files in all subdirectories using the `-R` / `--recursive` option, e.g. ```...
Note, closing this issue by merging the PR has the ability to break systems. E.g. suppose a sudoers rule has `%sudoers ALL = (ALL:ALL) ALL, NOPASSWD: /bin/ls -la *`, that...
Note: should also add some code in the `Def` parser so the `Xyzzy_Alias` syntax warns about attempts to define ambiguous sudoers rules.
Maybe we can introduce some labels for issues that have to wait only because of a MSRV-related issue?
If I understand that issue correcty, it is enough to support `-p ""` to disable the prompt (although it's just as easy to support any other fixed string consisting of...
Note that that `sudo-rs` does indeed use `stderr` if `-S` is used, as c-sudo does.
Does this behaviour only happen when you try to remove the final line? sudo complaining about a `\n` can be due to my insistence that a `/etc/sudoers` that does not...
So I think the original issue is simply a question of "we forgot the truncate the file". I'm fine with not splitting this issue and adding positional info to `visudo`...