EDIT: modify title of feature request and modify first post to specify updated request
feature request more clear in reply to this post.
Original post
I suppose this is formally a feature request, but it's certainly unexpected that this wouldn't work for ROOT files since we're using uproot.
Issue seems like it's right at the start of the click entry point cli.py:L115 where the target string is loaded with click.open_file(infile) which doesn't handle the colons. Can someone check this regex if I've missed any useful edge cases for the suffix :path/to/objects?
willing to accept alternatives as well, as this would require importing re.search, perhaps rsplit(':',1) could suffice?