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


=pod

=head1 NAME

ur init - create a new ur app with default classes in place



=head1 VERSION

This document describes ur init version 0.29.

=head1 SYNOPSIS

ur init NAMESPACE [DB]



=head1 REQUIRED ARGUMENTS

=over


=item NAMESPACE  I<Text>

the name of the namespace/app to create


=back

=head1 OPTIONAL ARGUMENTS

=over


=item DB  I<Text>

the (optional) DBI connection string for the primary data source


=back

=head1 DESCRIPTION:

  !!! define help_detail() in module 



=cut

back to top