We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ctrl + c
A few commands create files/folders; it is better to delete them if the command was aborted. 🤔
Commands that should be handled:
eask create package <name>
eask create elpa <name>
Clean up the cloned folder; if <name> is a point to the current . directory, it should delete every generated file under the current directory.
<name>
.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A few commands create files/folders; it is better to delete them if the command was aborted. 🤔
Commands that should be handled:
eask create package <name>
eask create elpa <name>
Clean up the cloned folder; if
<name>
is a point to the current.
directory, it should delete every generated file under the current directory.The text was updated successfully, but these errors were encountered: