Deposit method instructions are now part of the prompt
This hides the instructions if the answer is already given in the input line.
This commit is contained in:
parent
2fbc833011
commit
5c16008038
2 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
|||
sub command { NEXT }
|
||||
|
||||
sub hook_deposit_methods {
|
||||
my ($class, $hash) = @_;
|
||||
my ($class, $message, $hash) = @_;
|
||||
|
||||
print <<"END";
|
||||
$$message = <<"END";
|
||||
|
||||
Please type one of the following:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue