summaryrefslogtreecommitdiffstats
path: root/commands/xcommand_template.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/xcommand_template.go')
-rw-r--r--commands/xcommand_template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/xcommand_template.go b/commands/xcommand_template.go
index 7ceeffb19..eeb9409a0 100644
--- a/commands/xcommand_template.go
+++ b/commands/xcommand_template.go
@@ -28,7 +28,7 @@ func newSimpleTemplateCommand() simplecobra.Commander {
return nil
},
- withc: func(cmd *cobra.Command) {
+ withc: func(cmd *cobra.Command, r *rootCommand) {
},
}