Skip to content

Commit

Permalink
Add the list of available options
Browse files Browse the repository at this point in the history
  • Loading branch information
edipretoro committed Apr 13, 2009
1 parent 0aa8a61 commit f21beef
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions lib/Mobigen/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ use IPC::Run qw( start );
use Carp qw( carp );

our %option = (

compression => '',
verbose => '',
security => '',
# vouchers => '', # don't know what it mean...
nocopypaste => '-nocopypaste',
rebuild => '-rebuild',
onlydeps => '-onlydeps',
unicode => '-unicode',
lowpriority => '-lowpriority',
gif => '-gif',
);

=head1 NAME
Expand All @@ -30,8 +39,10 @@ our $VERSION = '0.01';
use Mobigen::Command;
my $foo = Mobigen::Command->new();
...
my $mobi = Mobigen::Command->new( '/usr/bin/mobigen_linux' );
$mobi->input_file( './article.html' );
$mobi->output_file( './article.mobi' );
$mobi->execute();
=head1 FUNCTIONS
Expand Down

0 comments on commit f21beef

Please sign in to comment.