(fixed) - isn't equivalent to /dev/stdin/ or /dev/stdout because I haven't implemented it yet.
-f became -n to reserve -f and -F for a possible additional feature.
The rest is as described and tends to follow the pseudocode in the proposal. The code is accompanied by a man page which may need some love regarding roff macros and copyright stuff.
The code is thoroughly tested but may still be imperfect.
This pull request implements #15.
Some changes are notable:
- (**fixed**) `-` isn't equivalent to `/dev/stdin/` or `/dev/stdout` because I haven't implemented it yet.
- `-f` became `-n` to reserve `-f` and `-F` for a possible additional feature.
The rest is as described and tends to follow the pseudocode in the proposal. The code is accompanied by a man page which may need some love regarding roff macros and copyright stuff.
The code is thoroughly tested but may still be imperfect.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This pull request implements #15.
Some changes are notable:
-isn't equivalent to/dev/stdin/or/dev/stdoutbecause I haven't implemented it yet.-fbecame-nto reserve-fand-Ffor a possible additional feature.The rest is as described and tends to follow the pseudocode in the proposal. The code is accompanied by a man page which may need some love regarding roff macros and copyright stuff.
The code is thoroughly tested but may still be imperfect.
Emma gave me the okay verbally to merge.