mirror of
https://github.com/restic/restic.git
synced 2026-02-03 12:29:37 -05:00
9 lines
175 B
Go
9 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
|
|
}
|