From 38784e08dffe5ab8df76f18f9be812f76b1d69cc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 3 Feb 2020 22:53:22 -0700 Subject: 'ask' alias Signed-off-by: Sean Whitton --- lib/Git/Annex/BatchCommand.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib') diff --git a/lib/Git/Annex/BatchCommand.pm b/lib/Git/Annex/BatchCommand.pm index 80fdd3c..aacad0e 100644 --- a/lib/Git/Annex/BatchCommand.pm +++ b/lib/Git/Annex/BatchCommand.pm @@ -100,6 +100,14 @@ sub say { return wantarray ? @output : $output[$#output]; } +=head2 ask($input, ...) + +Synonym for C method. + +=cut + +*Git::Annex::BatchCommand::ask = \&Git::Annex::BatchCommand::say; + =head2 restart Kill and restart the C<--batch> command. -- cgit v1.2.3