ZhangHanDong / tao-of-rust-codes

《Rust编程之道》随书源码
https://ruststudy.github.io/tao_of_rust_docs/tao_of_rust/
MIT License
1.18k stars 170 forks source link

[第十章]10.3 使用 structopt 解析命令行参数 #307

Open Kreedzt opened 3 years ago

Kreedzt commented 3 years ago

文本或排版错误

当执行 cargo run --help 命令时, 会有以下输出....

此处目的是显示编译后的可执行文件的 --help输出, 路径应该为: /target/debug/csv_challenge --help

ZhangHanDong commented 3 years ago

感谢反馈

bailaobo commented 3 years ago

文本或排版错误

当执行 cargo run --help 命令时, 会有以下输出....

此处目的是显示编译后的可执行文件的 --help输出, 路径应该为: /target/debug/csv_challenge --help 是排版错误 cargo run - --help (--help和前面的 - 有空格)

ZhangHanDong commented 3 years ago

@bailaobo 多谢反馈