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

Publican::TreeView - Dumper for XInclude project structure.

Author

       Ryan Lerch  "<rlerch@redhat.com>"

perl v5.40.1                                       2025-03-14                            Publican::TreeView(3pm)

Bugs And Limitations

       No bugs have been reported.

       Please report any bugs or feature requests to "publican-list@redhat.com", or through the web interface at
       <https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Publican&amp;component=publican>.

Configuration And Environment

       Publican requires no configuration files or environment variables.

Dependencies

       Carp XML::TreeBuilder Publican File::pushd Term::ANSIColor

Description

       Publican::TreeView displays the xi:include structure of the entire project.

Diagnostics

       "unknown args %s"
           All subs with named parameters will return this error when unexpected named arguments are provided.

       "%s is a required argument"
           Any sub with a mandatory parameter will return this error if the parameter is undef.

       "Can't open file %s"

Incompatibilities

       None reported.

Interface

new
       Create a new Publican::TreeView object.

   print_tree
       Print out a tree view of xi:includes

   print_unused
       Print out a list of XML files that are not xi:included

   print_unused_images
       Print out a list of image files that are not used.

Name

       Publican::TreeView - Dumper for XInclude project structure.

Synopsis

           use Publican;
           use Publican::TreeView...

See Also