fix(vendordep list): missing description

This commit is contained in:
2025-10-17 14:41:30 -04:00
parent a75e49a4df
commit e1609a3bb2

View File

@@ -11,13 +11,8 @@ import (
// vendordeplistCmd represents the vendordep list command
var vendordeplistCmd = &cobra.Command{
Use: "list",
Short: "List out your vendordeps",
Long: `A longer description that spans multiple lines and likely contains examples
and usage of using your command. For example:
Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Short: "List out your installed vendordeps",
Long: `List out your installed vendordeps.`,
Aliases: []string{ "ls" },
RunE: func(cmd *cobra.Command, args []string) error {
if !inProjectDir() { return nil }