Better help text for install

This commit is contained in:
comp500 2019-09-19 14:11:04 +01:00
parent 1dc5618bca
commit bfa246ded4

View File

@ -23,8 +23,8 @@ type installableDep struct {
// installCmd represents the install command // installCmd represents the install command
var installCmd = &cobra.Command{ var installCmd = &cobra.Command{
Use: "install", Use: "install [mod]",
Short: "Install a mod from a curseforge URL, slug or ID", Short: "Install a mod from a curseforge URL, slug, ID or search",
Aliases: []string{"add", "get"}, Aliases: []string{"add", "get"},
Args: cobra.ArbitraryArgs, Args: cobra.ArbitraryArgs,
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {