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

Proposal: Option to run hook by force. #53

Closed
aca opened this issue Jul 18, 2021 · 0 comments · Fixed by #66
Closed

Proposal: Option to run hook by force. #53

aca opened this issue Jul 18, 2021 · 0 comments · Fixed by #66
Labels
enhancement New feature or request

Comments

@aca
Copy link

aca commented Jul 18, 2021

Current paq implementation has no option to run hook if there's no update.
vim-plug has option to execute post hook with PlugInstall!, PlugUpdate!.
It's useful when you have error while running hook and want to re-run hook.

Maybe we can add <bang> option to PaqInstall, PaqUpdate, PaqSync or introduce new command.

Thanks for the great plugin, learned lot from your source code.

@savq savq added the enhancement New feature or request label Aug 4, 2021
savq added a commit that referenced this issue Aug 13, 2021
@savq savq mentioned this issue Aug 13, 2021
Merged
@savq savq closed this as completed in #66 Aug 13, 2021
savq added a commit that referenced this issue Nov 19, 2021
The command `PaqRunHook` takes the name of a package as argument.
The previous `PaqRunHooks` is deprecated.

(better solution for #53)
savq added a commit that referenced this issue Nov 29, 2021
BREAKING CHANGE:

- Remove the `hook` option. It's been deprecated since v0.6.

- Remove `PaqRunHooks`. It's been an awful hack since it was
  introduced. The new `PaqRunHook` works much better.

See #53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants