mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Adding framework for cli options
This commit is contained in:
parent
f7efb69fac
commit
9544ed7b97
@ -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()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user