mirror of
https://github.com/restic/restic.git
synced 2026-09-26 22:10:30 +00:00
Create root command via function
This commit is contained in:
@@ -60,10 +60,6 @@ Exit status is 12 if the password is incorrect.
|
||||
return cmd
|
||||
}
|
||||
|
||||
func init() {
|
||||
cmdRoot.AddCommand(newDiffCommand())
|
||||
}
|
||||
|
||||
// DiffOptions collects all options for the diff command.
|
||||
type DiffOptions struct {
|
||||
ShowMetadata bool
|
||||
|
||||
Reference in New Issue
Block a user