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.pod


=pod

=head1 NAME

ur - tools to create and maintain a ur class tree



=head1 VERSION

This document describes ur version 0.29.

=head1 SUB-COMMANDS

 init      NAMESPACE [DB]      create a new ur app with default classes in place 
 define    ...                 define namespaces, data sources and classes       
 describe  CLASSES-OR-MODULES  show class properties, relationships, meta-data   
 update    ...                 update parts of the source tree of a UR namespace 
 list      ...                 list objects, classes, modules                    
 sys       ...                 service launchers                                 
 test      ...                 tools for testing and debugging                   




=cut

back to top