File: ur-describe.pod

package info (click to toggle)
libur-perl 0.470%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 7,160 kB
  • sloc: perl: 61,812; xml: 108; sh: 13; makefile: 9
file content (44 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44


=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