1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-09-19 09:14:05 -07:00

document -v and -n flags in permit

This commit is contained in:
Connor Olding 2024-07-16 23:52:02 -07:00
parent 575baa13cf
commit da96a701b9

View file

@ -18,6 +18,8 @@ permit() { ### @- conditionally set executable permissions on each of its argume
### * `-e` -- everything: consider both regular files and directories. (default)
### * `-f` -- files: skip any arguments that are not regular files.
### * `-d` -- directories: skip any arguments that are not directories.
### * `-n` -- dry-run: don't actually change anything.
### * `-v` -- verbose: print changes before doing them.
###
### the `-e`, `-f`, and `-d` flags all override one another, and any of them
### can be combined with `-a`. arguments that are neither regular files nor