NAME
wrt-config - show configuration values, including defaults
USAGE
wrt config
# Specify a different config file:
wrt config --config ./wrt.json ...
DESCRIPTION
wrt-config
displays configuration values for the current wrt repository, including both those overridden in the current wrt.json and those set by default.
For now, this just uses Data::Dumper
, and outputs a whole bunch of stuff that may not be very interesting, since basically all the values are jammed into a single object. Ideally, it could show which values are defaults and which have been set from a config file or derived from the structure of the archive.
LICENSE
wrt is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
AUTHOR
Brennen Bearnes <code@p1k3.com>