mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-04-06 11:48:03 +08:00
commit
4a945e4dee
@ -97,7 +97,7 @@ PS> $Env:CASE_INSENSITIVE=1; cargo run to poem.txt
|
||||
这回应该得到包含可能有大写字母的 “to” 的行:
|
||||
|
||||
```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
|
||||
Running `target/debug/minigrep to poem.txt`
|
||||
Are you nobody, too?
|
||||
|
Loading…
Reference in New Issue
Block a user