nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Unable to list updates of installed packages #33

Closed pravic closed 7 years ago

pravic commented 7 years ago
$ cargo install-update --list
error: The following required arguments were not provided:
    <PACKAGE>...

USAGE:
    cargo install-update <PACKAGE>... --list

For more information try --help
nabijaczleweli commented 7 years ago

Example number three, also you could've just read the --help page or the manual but who has time for that right

pravic commented 7 years ago

--help isn't so clear for that case. Well, nevermind, #32 is fatal issue anyway.

nabijaczleweli commented 7 years ago

Which #32, the one that's closed and fixed or what

pravic commented 7 years ago

Yeah, it was closed at the same time.