Use CARGO_PKG_NAME as the App name for clap

This commit is contained in:
Mike Hommey 2016-12-09 10:21:25 -10:00 коммит произвёл Ted Mielczarek
Родитель d83dd03de7
Коммит b4a44a911b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,7 @@ pub enum Command {
/// Get the `App` used for argument parsing.
fn get_app<'a, 'b>() -> App<'a, 'b> {
App::new("sccache")
App::new(env!("CARGO_PKG_NAME"))
.version(env!("CARGO_PKG_VERSION"))
.setting(AppSettings::TrailingVarArg)
.args_from_usage(