Closed Robzz closed 5 years ago
Don't panic when the app is invoked directly as cargo-docset and print the usage message instead.
cargo-docset
For reference, the proper way to invoke the app directly without passing by cargo is cargo-docset docset to satistfy the CLI args parser.
cargo-docset docset
Fixes #11
Don't panic when the app is invoked directly as
cargo-docset
and print the usage message instead.For reference, the proper way to invoke the app directly without passing by cargo is
cargo-docset docset
to satistfy the CLI args parser.Fixes #11