The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HiD::App::Command::config - dump configuration

SYNOPSIS

    $ hid config
    \ {
        destination   "_site",
        include_dir   "_includes",
        layout_dir   "_layouts",
        posts_dir   "_posts",
        source   "."
    }
    $ hid config pages
    [ massive output elided ]

DESCRIPTION

Dumps the active configuration (using Data::Printer)

If given an argument, will dump the corresponding attribute from the active HiD instance. This can be useful when debugging, because it allows you to see precisely what data structures are being built.

SEE ALSO

See HiD::App::Command for additional command line options supported by all sub commands.

VERSION

version 1.95_93

AUTHOR

John SJ Anderson <genehack@genehack.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by John SJ Anderson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.