Acme-Free-Dog-API
view release on metacpan or search on metacpan
lib/Acme/Free/Dog/API.pm view on Meta::CPAN
=back
=head1 C<fletch> OPTIONS
=over 4
=item C<breeds>
Prints out a list of supported breeds. Useful for determining what is accepted
upstream when using the C<random> with the C<--breed> flag used.
If the a breed has 1 or more subbreeds, it is indicated with a C<+> sign.
This command can be used in combination with the C<subbreeds> subcommand, e.g.,
fletch breeds | awk '{ if ($2 == "+") print $1 }' | xargs -I% fletch subbreeds --breed %
In fact, any subcommand that takes that C<--breed> argument can be combined with
this subcommand in a way that makes for some very powerful commandline dog-fu!
( run in 0.233 second using v1.01-cache-2.11-cpan-94b05bcf43c )