NAME

Beagle::Cmd::Command::att - manage attachments

SYNOPSIS

   $ beagle att                    # list all the attachments
   $ beagle att 1                  # show the first attachment
   $ beagle att --parent id1       # list atttachments of entry id1

   $ beagle att --add --parent abcd /path/to/att1 /path/to/att2
   $ beagle att --parent id1 1
   $ beagle att --delete --parent abcd 1
   $ beagle att --prune

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.