mirror of
https://github.com/Squibid/rph.git
synced 2025-10-19 19:34:04 +00:00
fix(vendordep list): missing description
This commit is contained in:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user