7107f0b
1
2
3
4
5
6
7
8
package main import "github.com/alist-org/alist/v3/cmd" func main() { cmd.Execute() }