summaryrefslogtreecommitdiff
path: root/lib/Git/Annex/BatchCommand.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Git/Annex/BatchCommand.pm')
-rw-r--r--lib/Git/Annex/BatchCommand.pm8
1 files changed, 8 insertions, 0 deletions
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<say> method.
+
+=cut
+
+*Git::Annex::BatchCommand::ask = \&Git::Annex::BatchCommand::say;
+
=head2 restart
Kill and restart the C<--batch> command.