Archived
1
This commit is contained in:
2024-12-20 01:11:57 +03:00
parent fd73510b86
commit 9c796812bb
4 changed files with 194 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ func init() {
rootCmd.AddCommand(NewCommandHosts())
//mainCmd.AddCommand(cmd.NewCommandOpenports())
rootCmd.AddCommand(NewCommandBackup())
//mainCmd.AddCommand(cmd.NewCommandRestore())
rootCmd.AddCommand(NewCommandRestore())
}
func Execute() {