mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-17 15:40:12 +01:00
fix: explicitly accept non-commands as root args
This commit is contained in:
parent
5134e159e2
commit
8c958ff15b
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ func NewRootCommand() *cobra.Command {
|
|||
`,
|
||||
Run: Run,
|
||||
PreRun: PreRun,
|
||||
Args: cobra.ArbitraryArgs,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue