tracefile: Allow for options to the command to run.
This commit is contained in:
parent
1e409bc751
commit
fae4dfb581
|
@ -225,7 +225,7 @@ use Getopt::Long;
|
||||||
|
|
||||||
$Global::progname = "tracefile";
|
$Global::progname = "tracefile";
|
||||||
|
|
||||||
Getopt::Long::Configure("bundling","pass_through");
|
Getopt::Long::Configure("bundling","require_order");
|
||||||
get_options_from_array(\@ARGV) || die_usage();
|
get_options_from_array(\@ARGV) || die_usage();
|
||||||
|
|
||||||
if(not ($opt::exists or $opt::nonexists or $opt::all or $opt::dir or $opt::file)) {
|
if(not ($opt::exists or $opt::nonexists or $opt::all or $opt::dir or $opt::file)) {
|
||||||
|
|
Loading…
Reference in a new issue