summaryrefslogtreecommitdiffstats
path: root/bin/reply
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reply')
-rw-r--r--bin/reply16
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/reply b/bin/reply
index 6703852..3de86de 100644
--- a/bin/reply
+++ b/bin/reply
@@ -2,12 +2,28 @@
use strict;
use warnings;
# PODNAME: reply
+# ABSTRACT: read, eval, print, loop, yay!
use File::HomeDir;
use File::Spec;
use Reply;
+=head1 SYNOPSIS
+
+ reply
+
+=head1 DESCRIPTION
+
+This script runs the L<Reply> shell. It looks for a configuration file in
+C<.replyrc> in your home directory, and will generate a basic configuration for
+you if that file does not exist.
+
+See the L<Reply> documentation for more information about using and configuring
+this program.
+
+=cut
+
my $cfg = File::Spec->catfile(File::HomeDir->my_home, ".replyrc");
my %args = (config => $cfg);