bbuck/dragon-mud

View on GitHub
cli/root.go

Summary

Maintainability
A
0 mins
Test Coverage
package cli
 
8: cannot find package "github.com/spf13/cobra" in any of:
import "github.com/spf13/cobra"
 
// RootCmd is the root command for the command line interface. An entry point
// for the remaind of the CLI.
var RootCmd = &cobra.Command{
Use: "dragon",
Short: "DragonMUD is a Go based MUD server library.",
Long: `An extensible and scriptable MUD server library for building and running your
dream MUD. Write scripts for several server events in Lua and once in game you can
script all of your in game scripts are also written in Lua.`,
}