mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-06 19:26:27 +01:00
fix: explicitly accept non-commands as root args (#1458)
This commit is contained in:
@@ -54,6 +54,7 @@ func NewRootCommand() *cobra.Command {
|
||||
`,
|
||||
Run: Run,
|
||||
PreRun: PreRun,
|
||||
Args: cobra.ArbitraryArgs,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user