You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$force = $dialog->askConfirmation($output, "Are you sure you want to purge path '$path' and all its children from the workspace '$workspaceName'? [yes|no]: ", false);
75
+
76
+
if ($onlyChildren) {
77
+
$question =
78
+
'Are you sure you want to recursively delete the children of path "%s" '.
79
+
'from workspace "%s"';
80
+
} else {
81
+
$question =
82
+
'Are you sure you want to recursively delete the path "%s" '.
0 commit comments