Skip to content
This repository was archived by the owner on May 29, 2021. It is now read-only.

Commit 245e97d

Browse files
author
Fabio
authored
Update README.md
1 parent 5ec10c2 commit 245e97d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This is my first program in Rust, so for this purpose I've chosen a well-known,
44
In my Rust implementation all GNU cat's flags are available and work exactly like the original, so you can consider "my" cat as a drop-in replacement for it, excluding error messages (see _What's bad_ paragraph).
55

66
## What's bad
7-
Currently, this program will stop at the first file error instead of printing a message and skipping it, like the original `cat`. This is not something I want to improve now as I want to move to other projects. Feel free to subit a PR if you wish, otherwise I'll probably fix this behavior in future.
7+
Currently, this program will stop at the first file error instead of printing a message and skipping it, like the original `cat`. This is not something I want to improve now as I want to move to other projects. Feel free to subit a PR if you wish, otherwise I'll probably fix this behavior in future.
88

9+
## Misc
910
I'd really like to thank the Rust Reddit community, it's been very helpful to me. You can see youself their great job in [this discussion](https://www.reddit.com/r/rust/comments/97vgt1/ive_written_my_first_rust_application_cat_yeah).

0 commit comments

Comments
 (0)