mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-04-14 15:38:48 +08:00
commit
4a945e4dee
@ -97,7 +97,7 @@ PS> $Env:CASE_INSENSITIVE=1; cargo run to poem.txt
|
|||||||
这回应该得到包含可能有大写字母的 “to” 的行:
|
这回应该得到包含可能有大写字母的 “to” 的行:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ CASE_INSENSITIVE=1 cargo run to poem.txt
|
$ (CASE_INSENSITIVE=1; cargo run to poem.txt)
|
||||||
Finished dev [unoptimized + debuginfo] target(s) in 0.0s
|
Finished dev [unoptimized + debuginfo] target(s) in 0.0s
|
||||||
Running `target/debug/minigrep to poem.txt`
|
Running `target/debug/minigrep to poem.txt`
|
||||||
Are you nobody, too?
|
Are you nobody, too?
|
||||||
|
Loading…
Reference in New Issue
Block a user