package MyApp;
use strict;
use base qw(App::CLI App::CLI::Command);

use constant alias => ( te => 'test' );

use constant global_options => ( 'help' => 'help',
				 'username=s' => 'username',
				 'force' => 'force' );

1;


syntax highlighted by Code2HTML, v. 0.9.1