1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08: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) ### * `-e` -- everything: consider both regular files and directories. (default)
### * `-f` -- files: skip any arguments that are not regular files. ### * `-f` -- files: skip any arguments that are not regular files.
### * `-d` -- directories: skip any arguments that are not directories. ### * `-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 ### 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 ### can be combined with `-a`. arguments that are neither regular files nor