diff --git a/cmd/root.go b/cmd/root.go index 838465b..8e20b95 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -54,6 +54,7 @@ func NewRootCommand() *cobra.Command { `, Run: Run, PreRun: PreRun, + Args: cobra.ArbitraryArgs, } }