mark package-url as required to avoid panic

This commit is contained in:
ghe0 2025-03-18 02:23:41 +02:00
parent 505e7c3faf
commit 6bf97faac3
Signed by: ghe0
GPG Key ID: 451028EE56A0FBB4

@ -117,6 +117,7 @@ fn main() {
"Package registry url, detee-cli app package <binary>".to_string() + "Package registry url, detee-cli app package <binary>".to_string() +
"check detee-cli app package --help for more information" "check detee-cli app package --help for more information"
) )
.required(true)
) )
.arg( .arg(
Arg::new("package-type") Arg::new("package-type")