compare

package
v0.0.0-...-21bb945 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CompareCommand = cli.Command{
	Name:  "compare",
	Usage: "Compare backups",
	Description: `Compare backups
	`,
	Flags: []cli.Flag{
		&cli.Uint64Flag{
			Name:     "output",
			Required: false,
			Value:    0,
			Usage:    "Differences output format",
		},
		&cli.GenericFlag{
			Name:     "locale",
			Required: false,
			Value:    &common.LanguageValue{Default: language.English},
			Usage:    "Locale",
		},
	},
	Action: cmdCompareBackups,
}

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