Revision 7e7d60a08be60edb116101fdd439839cdcb8f315 authored by Nathaniel Nutter on 14 March 2015, 20:57:13 UTC, committed by Nathaniel Nutter on 14 March 2015, 20:57:13 UTC
quick fix to prevent exceptions from breaking tab completion
2 parent s 74df78e + ce4f45e
Raw File
ur-describe.pod


=pod

=head1 NAME

ur describe - show class properties, relationships, meta-data



=head1 VERSION

This document describes ur describe version 0.29.

=head1 SYNOPSIS

ur describe CLASSES-OR-MODULES

ur describe UR::Object

ur describe Acme::Order Acme::Product Acme::Order::LineItem



=head1 REQUIRED ARGUMENTS

=over


=item CLASSES-OR-MODULES

classes to describe by class name or module path


=back

=head1 DESCRIPTION:

  show class properties, relationships, meta-data



=cut

back to top