Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "export", Usage: "Export the database", Action: run, Flags: []cli.Flag{ &cli.StringFlag{ Name: "url", Aliases: []string{"u"}, Usage: "Database URL", }, &cli.BoolFlag{ Name: "escape", Aliases: []string{"e"}, Value: false, Usage: "Escape HTML characters", }, &cli.BoolFlag{ Name: "indent", Aliases: []string{"i"}, Value: false, Usage: "Indent the output (human-readable)", }, &cli.BoolFlag{ Name: "pronouns", Aliases: []string{"p"}, Value: false, Usage: "Export pronouns", }, &cli.BoolFlag{ Name: "explanations", Aliases: []string{"x"}, Value: false, Usage: "Export explanations", }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.