mirror of
https://github.com/restic/restic.git
synced 2026-02-03 20:39:52 -05:00
9 lines
193 B
Go
9 lines
193 B
Go
//go:build !selfupdate
|
|
|
|
package main
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
func registerSelfUpdateCommand(_ *cobra.Command, _ *GlobalOptions) {
|
|
// No commands to register in non-selfupdate mode
|
|
}
|