diff --git a/internal/cmd/root.go b/internal/cmd/root.go index 3efa290..928b3cc 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -13,6 +13,7 @@ func newRoot() *cobra.Command { const shortDesc = "Visualize Dependencies and generate deployment orders" root := &cobra.Command{ + Use: "dependencies-tool COMMAND", Short: shortDesc, SilenceUsage: true, Version: version,