mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-23 12:52:20 +08:00
Refactor chinese translation
This commit is contained in:
parent
094cc1052b
commit
061b822a1f
@ -18,7 +18,7 @@ $ cd minigrep
|
||||
$ cargo run searchstring example-filename.txt
|
||||
```
|
||||
|
||||
现在 `cargo new` 生成的程序忽略任何传递给它的参数。[Crates.io](https://crates.io/) 上有一些现成的库可以帮助我们接受命令行参数,不过因为正在学习,让我们自己来实现一个。
|
||||
现在 `cargo new` 生成的程序忽略任何传递给它的参数。[Crates.io](https://crates.io/) 上有一些现成的库可以帮助我们接受命令行参数,不过我们正在学习这些内容,让我们自己来实现一个。
|
||||
|
||||
### 读取参数值
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user