mirror of
https://github.com/restic/restic.git
synced 2026-07-01 21:14:33 +00:00
Create root command via function
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !debug
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
func registerDebugCommand(_ *cobra.Command) {
|
||||
// No commands to register in non-debug mode
|
||||
}
|
||||
Reference in New Issue
Block a user