Switch to Curse API, as auth is not needed anymore

This commit is contained in:
comp500
2019-06-12 15:17:56 +01:00
parent b43849ccdd
commit c19a4b1e60
2 changed files with 15 additions and 38 deletions

View File

@@ -154,7 +154,7 @@ func cmdInstall(flags core.Flags, mod string, modArgsTail []string) error {
if !done {
modArgs := append([]string{mod}, modArgsTail...)
searchTerm := strings.Join(modArgs, " ")
// TODO: CurseMeta search
// TODO: Curse search
// TODO: how to do interactive choices? automatically assume version? ask mod from list? choose first?
fmt.Println(searchTerm)
}