mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
Adding framework for cli options
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"github.com/codegangsta/cli"
|
||||||
"github.com/minios/minios"
|
"github.com/minios/minios"
|
||||||
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
cli.NewApp().Run(os.Args)
|
||||||
server := minio.Server{}
|
server := minio.Server{}
|
||||||
server.Start()
|
server.Start()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user