mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 05:12:10 +00:00
list: validate subcommand
This commit is contained in:
parent
6f08dbb2d7
commit
a84e65b7f9
@ -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 New Issue
Block a user