[actions/remove_files] init

This commit is contained in:
2023-11-11 22:03:26 +01:00
parent a08de8a553
commit d574902919
2 changed files with 131 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ func GetAllActions() []DocumentedAction {
return []DocumentedAction{
Command{},
Printer{},
RemoveFiles{},
ShellScript{},
Shutdown{},
SendMatrix{},