Add Expelliarmus
Command
#15
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
Hacktoberfest
for hacktoberfest.
🟩 priority: low
Low priority and doesn't need to be rushed
Expelliarmus Command
Description
The
Expelliarmus
spell disarms an opponent, making them drop whatever they are holding. In the "wand" library, this command will correspond to killing a process in Linux.Proposed Usage
Functionality
Accepts a process ID as an argument. Uses the kill command to terminate the specified process.
Additional Notes
Consider adding safety checks to prevent accidental termination of critical system processes.
The text was updated successfully, but these errors were encountered: