Documentation ¶
Index ¶
- Variables
- func SetAdd(c *grumble.Context) error
- func SetAdds(c *grumble.Context) error
- func SetCard(c *grumble.Context) error
- func SetDiff(c *grumble.Context) error
- func SetInter(c *grumble.Context) error
- func SetInterStore(c *grumble.Context) error
- func SetIsMember(c *grumble.Context) error
- func SetMembers(c *grumble.Context) error
- func SetRem(c *grumble.Context) error
- func SetRems(c *grumble.Context) error
- func SetUnion(c *grumble.Context) error
- func SetUnionStore(c *grumble.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Addr string
View Source
var App = grumble.New(&grumble.Config{ Name: "FlyDB Cli", Description: "A command of FlyDB", HistoryFile: path.Join(os.TempDir(), ".FlyDB_Cli.history"), HistoryLimit: 10000, ErrorColor: color.New(color.FgRed, color.Bold, color.Faint), HelpHeadlineColor: color.New(color.FgGreen), HelpHeadlineUnderline: false, HelpSubCommands: true, Prompt: "flydb $> ", PromptColor: color.New(color.FgBlue, color.Bold), Flags: func(f *grumble.Flags) {}, })
App FlyDB command app
Functions ¶
func SetInterStore ¶ added in v1.0.13
func SetIsMember ¶ added in v1.0.13
func SetMembers ¶ added in v1.0.13
func SetUnionStore ¶ added in v1.0.13
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.