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
|
=head1 NAME
enaml-run - Command-line tool to run .enaml files
=head1 SYNOPSIS
B<enaml-run> [OPTIONS] F<ENAML_FILE> [SCRIPT_ARGUMENTS]
=head1 DESCRIPTION
B<enaml-run> is a shortcut to run an enaml file using the default
QtApplication. It can be used during development or to display most of the
provided examples.
=head1 OPTIONS
=over 4
=item B<-h>, B<--help>
Print a help message and exit.
=item B<-c> C<COMPONENT>, B<--component> C<COMPONENT>
Specify the component to display. If not specifiied the I<enamldef> class
C<Main> is used.
=back
=head1 EXAMPLES
enaml-run /usr/share/doc/python3-enaml/examples/tutorial/hello_world/hello_world_view.enaml
=head1 AUTHOR
Alexander Sulfrian, 2025
|