mirror of
https://github.com/restic/restic.git
synced 2025-04-01 07:52:14 +00:00
10 lines
175 B
Go
10 lines
175 B
Go
//go:build !selfupdate
|
|
|
|
package main
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
func registerSelfUpdateCommand(_ *cobra.Command) {
|
|
// No commands to register in non-selfupdate mode
|
|
}
|