X-Git-Url: https://git.nmode.ca/Fey/blobdiff_plain/e3c49f42120ae4383e7d34bf58325470288a0ae5..954db7dc2771873586af19231ebb19a9c2dbdbae:/script/fey?ds=sidebyside diff --git a/script/fey b/script/fey index bba93c7..69eca68 100644 --- a/script/fey +++ b/script/fey @@ -7,12 +7,16 @@ use Getopt::Long; use App::Fey qw(fey); my $options = { + context => undef, fork => 0, + group => 0, single => 0 }; GetOptions( + 'c|context:s' => \$options->{context}, 'f|fork' => \$options->{fork}, + 'g|group' => \$options->{group}, 's|single' => \$options->{single} );