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

App::DocKnot::Command - Run DocKnot commands

Author

       Russ Allbery <rra@cpan.org>

Class Methods

new()
           Create a new App::DocKnot::Command object.

Description

       The App::DocKnot::Command module implements the docknot command-line interface to all of the functions of
       DocKnot.  It is an implementation detail of the docknot command-line tool and is normally only called by
       that program.

       For full documentation, see docknot(1).

Instance Methods

       run([ARGS])
           Run  the DocKnot action specified by ARGS, which are parsed as command-line arguments to docknot.  If
           ARGS is not given or is empty, @ARGV will be parsed instead.

Name

       App::DocKnot::Command - Run DocKnot commands

Requirements

       Perl 5.24 or later and the modules Date::Language, Date::Parse (both part of TimeDate), File::BaseDir,
       File::ShareDir, Git::Repository, Image::Size, IO::Compress::Xz (part of IO-Compress-Lzma),
       IO::Uncompress::Gunzip (part of IO-Compress), IPC::Run, IPC::System::Simple, JSON::MaybeXS, Kwalify,
       List::SomeUtils, Path::Iterator::Rule, Path::Tiny, Perl6::Slurp, Template (part of Template Toolkit), and
       YAML::XS, all of which are available from CPAN.

See Also

docknot(1)

       This  module  is  part of the App-DocKnot distribution.  The current version of DocKnot is available from
       CPAN, or directly from its web site at <https://www.eyrie.org/~eagle/software/docknot/>.

perl v5.38.2                                       2024-07-14                         App::DocKnot::Command(3pm)

Synopsis

           my $docknot = App::DocKnot::Command->new();
           $docknot->run();

See Also