NAME
Ixchel::Actions::sys_info - Prints out the config.
VERSION
Version 0.1.0
SYNOPSIS
$ixchel->action(action=>'dump_config', opts=>{ o=>'toml' });
Prints out the config.
Switches
-o <format>
Format to print it in.
Available: json, yaml, toml, dumper
Default: yaml
-s <section>
A JSON style path used for fetching a sub section of the config via JSON::Path.
Default: undef