Backlogs error: Couldn't find RbRelease with 'id'=69 (ActiveRecord::RecordNotFound)
Actions
Feature #19420
openarv-put prints when waiting on stdin, create empty collections
Status:
New
Priority:
Normal
Assigned To:
-
Category:
SDKs
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
When invoked without a file on the command line, arv-put reads from stdin. This can be surprising to new users. It should print a message that it is reading from stdin.
Also, a user wanted to create an empty collection, but you can't do that with arv-put (the way to do this with 'arv' isn't at all obvious, nor properly documented). An option like --empty or --create-empty-collection would avoid confusion.
Actions