NAME
Beagle::Cmd::Command::alias - manage aliases
SYNOPSIS
$ beagle alias # show current aliases
$ beagle aliases # ditto
$ beagle alias today week # show aliases today and week
$ beagle alias --set 'homer=ls homer' --set 'bart=ls bart'
$ beagle alias --unset homer --unset bart
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.