lotus/cli/cmd.go

11 lines
143 B
Go
Raw Normal View History

package cli
import (
"gopkg.in/urfave/cli.v2"
)
2019-07-02 13:05:43 +00:00
// Commands is the root group of CLI commands
var Commands = []*cli.Command{
versionCmd,
}