Add CurseForge aliases

This commit is contained in:
comp500
2019-09-16 17:17:07 +01:00
parent 148b88474e
commit 8915e16614
2 changed files with 5 additions and 2 deletions

View File

@@ -14,8 +14,9 @@ import (
func init() {
core.Commands = append(core.Commands, cli.Command{
Name: "curseforge",
Usage: "Manage curseforge-based mods",
Name: "curseforge",
Aliases: []string{"cf", "curse"},
Usage: "Manage curseforge-based mods",
Subcommands: []cli.Command{{
Name: "install",
Usage: "Install a mod from a curseforge URL, slug or ID",