Fix for list_workbaskets to accept multiple workbasket ids. #668
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Split out dump_transactions main method so it can be called from notebooks more conveniently.
Fix for list_workbaskets to accept multiple workbasket ids.
(Note: We should probably make all the commands that accept workbaskets accept comma separated lists of ids!)
Ensure to actually test, I noticed the list_workbaskets change and added but don't have time to double check, the dump_transactions change is basically just eyeballed as don't have time to double check before going, but I think this is probably a better way of using this from notebooks than the current way of grabbing the Command internals, so even if it doesn't work it may be worth making work.