mirror of
https://github.com/restic/restic.git
synced 2024-12-21 23:33:03 +00:00
list: validate subcommand
This commit is contained in:
parent
491cc65e3a
commit
49ccb7734c
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ Exit status is 12 if the password is incorrect.
|
|||
return runList(cmd.Context(), globalOptions, args)
|
||||
},
|
||||
ValidArgs: listAllowedArgs,
|
||||
Args: cobra.MatchAll(cobra.ExactArgs(1), cobra.OnlyValidArgs),
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in a new issue