Closed stappersg closed 1 year ago
It's a good idea to point to the website, but help for the -h
flag is not the right place for it. Add it as a line in usage() call maybe?
Add it a line in
usage()
call maybe?
maybe not.
--help
).-h
.cargo deb --help
.Screenshot:
$ cargo deb foo
error: unexpected argument 'foo' found
Usage: cargo build [OPTIONS]
For more information, try '--help'.
cargo-deb: build failed
$
$ cargo deb usage
error: unexpected argument 'usage' found
Usage: cargo build [OPTIONS]
For more information, try '--help'.
cargo-deb: build failed
$
So there is a link to where to find further information.
Signed-off-by: Geert Stappers stappers@stappers.it