NAME
Beagle::Cmd::Command::config - configure beagle
SYNOPSIS
$ beagle config # show all the configs
$ beagle configs # ditto
$ beagle config --init
$ beagle config --set cache=1 --set user_name=lisa
$ beagle config cache user_name
$ beagle config --unset cache --unset user_name
AUTHOR
sunnavy <sunnavy@gmail.com>
LICENCE AND COPYRIGHT
Copyright 2011 sunnavy@gmail.com
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.