-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 write option to bpm plugin #1992
Conversation
Add write option to bpm plugin and tidy up command function.
Good idea; thanks! We actually have some generic machinery for this kind of thing in the form of the Line 68 in db36d68
Can we use that so users like @jfunction get what they expect the first time around? |
So should I remove the |
Probably the most straightforward way would be to remove that option, yes. If you like, we could also add a command-line override flag like |
lgtm |
Hey! @Kraymer's comment reminded me that this was still open. Sorry for letting this slip through the cracks! It looks like this is 100% ready to go (modulo moving the changelog entry)? |
Merged with changelog entry moved! ✨ Many belated thanks, @jackwilsdon. |
Add write option to
bpm
plugin and tidy up command function.It looks like a write option was going to be implemented but never ended up being added? The reason I think this is that there's an unused
write
argument forget_bpm
that writes the item after the BPM is updated.See #1991 and #1991 (comment) for more information.