You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// dependency-check-updates — check and update package dependencies
19
19
#[derive(Parser,Debug)]
20
20
#[command(
21
-
name = "dcu",
21
+
name = "dependency-check-updates",
22
22
version,
23
23
about = "Check and update package dependencies",
24
-
long_about = "dcu scans package manifests for outdated dependencies and optionally updates them.\n\nRun without flags to check for updates. Use -u to apply updates."
24
+
long_about = "dependency-check-updates scans package manifests for outdated dependencies and optionally updates them.\n\nRun without flags to check for updates. Use -u to apply updates."
0 commit comments