-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: Call a given function after calling the command (PostRun) #21
Conversation
Hello @leaanthony 👋, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the ping! This slipped through the net. Just wondering what tests you've done with this
No problems :) , |
Nice one. Could you please update the docs with the new flag and I'll get this in over the weekend 🙏 |
Done, let me know if everything good for you |
I switched to https://github.com/cristalhq/acmd |
I was just reviewing it too :/ |
So feel free to merge it, maybe that can be useful for someone else. |
Thanks! |
You're welcome |
New
postRun
method that allows to automatically call a method after the execution of subcommands. (like preRun but after)