lotus/cli/cmd.go
2019-07-02 15:05:43 +02:00

11 lines
143 B
Go

package cli
import (
"gopkg.in/urfave/cli.v2"
)
// Commands is the root group of CLI commands
var Commands = []*cli.Command{
versionCmd,
}