logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Reply::App - command line app runner for Reply

Author

       Jesse Luehrs <doy@tozt.net>

Description

       This module encapsulates the various bits of functionality related to running Reply as a command line
       application.

Methods

new
       Returns a new Reply::App instance. Takes no arguments.

   run(@argv)
       Parses the argument list given (typically from @ARGV), along with the user's configuration file, and
       attempts to start a Reply shell. A default configuration file will be generated for the user if none
       exists.

   generate_default_config($file)
       Generates default configuration file as per specified destination.

   usage($exitcode)
       Prints usage information to the screen. If $exitcode is 0, it will be printed to "STDOUT", otherwise it
       will be printed to "STDERR".

   version($exitcode)
       Prints version information to the screen. If $exitcode is 0, it will be printed to "STDOUT", otherwise it
       will be printed to "STDERR".

Name

       Reply::App - command line app runner for Reply

Synopsis

         use Reply::App;
         exit(Reply::App->new->run(@ARGV));

Version

       version 0.42

See Also