Archived
1

feat: openports

This commit is contained in:
2025-02-04 22:17:24 +03:00
parent ba6f27e7b2
commit 8c05af8135
4 changed files with 138 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ var (
var rootCmd = &cobra.Command{
Use: "playbookctl",
Short: "Ansible Playbook Dedic2 Control",
Version: "4.0.3",
Version: "4.1.0",
RunE: func(cmd *cobra.Command, _ []string) error {
return cmd.Help()
},
@@ -42,6 +42,7 @@ func init() {
rootCmd.AddCommand(NewCommandHosts())
rootCmd.AddCommand(NewCommandBackup())
rootCmd.AddCommand(NewCommandRestore())
rootCmd.AddCommand(NewCommandOpenports())
}
func Execute() {