mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Also send default values to output.
This commit is contained in:
parent
003293a088
commit
0530fac9f3
@ -93,7 +93,7 @@ sub createArgument {
|
||||
$self->SUPER::createArgument(@_);
|
||||
} else {
|
||||
$self->warn(5, "going to request '$argument' from user!");
|
||||
$self->app->output->request($argument);
|
||||
$self->app->output->request(@_);
|
||||
# get input from user
|
||||
my $term = Term::ReadLine->new($self->app->name);
|
||||
my $value = $term->readline(''); # (the parameter passed is the prompt, if any)
|
||||
|
Loading…
Reference in New Issue
Block a user