export

package
v0.0.0-...-a139185 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2023 License: AGPL-3.0 Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL