feat: use cobra and add some command

This commit is contained in:
Noah Hsu
2022-08-07 13:09:59 +08:00
parent 2b5da3ef34
commit 0df3473337
20 changed files with 279 additions and 96 deletions

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "github.com/alist-org/alist/v3/cmd"
func main() {
cmd.Execute()
}