mirror of
https://github.com/packwiz/packwiz.git
synced 2025-08-19 22:46:30 +02:00
Add CurseForge aliases
This commit is contained in:
parent
148b88474e
commit
8915e16614
@ -15,6 +15,7 @@ import (
|
||||
func init() {
|
||||
core.Commands = append(core.Commands, cli.Command{
|
||||
Name: "curseforge",
|
||||
Aliases: []string{"cf", "curse"},
|
||||
Usage: "Manage curseforge-based mods",
|
||||
Subcommands: []cli.Command{{
|
||||
Name: "install",
|
||||
|
2
go.mod
2
go.mod
@ -20,3 +20,5 @@ require (
|
||||
gopkg.in/dixonwille/wlog.v2 v2.0.0 // indirect
|
||||
gopkg.in/dixonwille/wmenu.v4 v4.0.2
|
||||
)
|
||||
|
||||
go 1.13
|
||||
|
Loading…
x
Reference in New Issue
Block a user