Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Expelliarmus Command #15

Open
jatinkrmalik opened this issue Oct 9, 2024 · 3 comments · May be fixed by #23
Open

Add Expelliarmus Command #15

jatinkrmalik opened this issue Oct 9, 2024 · 3 comments · May be fixed by #23
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

Comments

@jatinkrmalik
Copy link
Collaborator

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

$ wand expelliarmus <process_id>

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.

@jatinkrmalik jatinkrmalik added ✨ goal: improvement Improvement to an existing feature 💻 aspect: code Concerns the software code in the repository 🚦 status: awaiting triage Has not been triaged by a maintainer 🟩 priority: low Low priority and doesn't need to be rushed labels Oct 9, 2024
@Mr-Sunglasses Mr-Sunglasses added Hacktoberfest for hacktoberfest. and removed 🚦 status: awaiting triage Has not been triaged by a maintainer labels Oct 9, 2024
@VanshSahay
Copy link
Contributor

would love to work on this!

@VanshSahay
Copy link
Contributor

also would really grateful to know where the ascii art comes from in all the other spells @Mr-Sunglasses

@Mr-Sunglasses
Copy link
Member

also would really grateful to know where the ascii art comes from in all the other spells @Mr-Sunglasses

Hey @VanshSahay this is the main source where I get the ASCII art harry-potter-ascii-art

@VanshSahay VanshSahay linked a pull request Oct 11, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants