This commit is contained in:
Ilia Rostovtsev
2021-04-22 00:08:09 +03:00
parent fe7d915262
commit 31a5f1781b

View File

@@ -15,7 +15,7 @@ use Cwd qw(cwd);
my %opt;
GetOptions('help|h' => \$opt{'help'},
'product|p=s' => \$opt{'product'},
'theme|p:s' => \$opt{'theme'});
'theme|t:s' => \$opt{'theme'});
pod2usage(0) if ($opt{'help'} || !$opt{'product'});
# Get current path