mirror of
https://github.com/restic/restic.git
synced 2026-07-02 05:24:17 +00:00
deduplicate termstatus setup
This commit is contained in:
@@ -4,6 +4,6 @@ package main
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
func registerDebugCommand(_ *cobra.Command) {
|
||||
func registerDebugCommand(_ *cobra.Command, _ *GlobalOptions) {
|
||||
// No commands to register in non-debug mode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user