()
| 145 | } |
| 146 | |
| 147 | func newBackupMetaCommand() *cobra.Command { |
| 148 | command := &cobra.Command{ |
| 149 | Use: "backupmeta", |
| 150 | Short: "utilities of backupmeta", |
| 151 | SilenceUsage: false, |
| 152 | } |
| 153 | command.AddCommand(newBackupMetaValidateCommand()) |
| 154 | return command |
| 155 | } |
| 156 | |
| 157 | func newBackupMetaValidateCommand() *cobra.Command { |
| 158 | command := &cobra.Command{ |
no test coverage detected