-
Notifications
You must be signed in to change notification settings - Fork 0
Add --dry-run flag to preview without killing #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Context
zclean kills zombie processes immediately. Users may want to preview what would be killed before actually doing it.
What to do
Add a --dry-run flag that scans and reports zombie processes but doesn't kill them.
Files to modify
bin/(CLI entry point — add flag)src/killer.js(skip kill in dry-run mode)
Difficulty: Easy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed