mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
Add CurseForge aliases
This commit is contained in:
parent
148b88474e
commit
8915e16614
@ -15,6 +15,7 @@ import (
|
|||||||
func init() {
|
func init() {
|
||||||
core.Commands = append(core.Commands, cli.Command{
|
core.Commands = append(core.Commands, cli.Command{
|
||||||
Name: "curseforge",
|
Name: "curseforge",
|
||||||
|
Aliases: []string{"cf", "curse"},
|
||||||
Usage: "Manage curseforge-based mods",
|
Usage: "Manage curseforge-based mods",
|
||||||
Subcommands: []cli.Command{{
|
Subcommands: []cli.Command{{
|
||||||
Name: "install",
|
Name: "install",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user