mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 13:06:30 +02:00
Better help text for install
This commit is contained in:
parent
1dc5618bca
commit
bfa246ded4
@ -23,8 +23,8 @@ type installableDep struct {
|
||||
|
||||
// installCmd represents the install command
|
||||
var installCmd = &cobra.Command{
|
||||
Use: "install",
|
||||
Short: "Install a mod from a curseforge URL, slug or ID",
|
||||
Use: "install [mod]",
|
||||
Short: "Install a mod from a curseforge URL, slug, ID or search",
|
||||
Aliases: []string{"add", "get"},
|
||||
Args: cobra.ArbitraryArgs,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user