App-csv2sqlite
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/csv2sqlite.pm view on Meta::CPAN
}
sub help { Getopt::Long::HelpMessage(2); }
sub getopt {
my ($class, $args) = @_;
my $opts = {};
{
local @ARGV = @$args;
my $p = Getopt::Long::Parser->new(
config => [qw(pass_through auto_help auto_version)],
);
$p->getoptions($opts,
'csv_files|csv-file|csvfile|csv=s@',
# TODO: 'named_csv_files=s%'
# or maybe --csv and --named should be subs that append to an array ref to keep order?
'csv_options|csv-opt|csvopt|o=s%',
# TODO: tableloader options like 'drop' or maybe --no-create
'loader_options|loader-opt|loaderopt|l=s%',
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.121 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )