X-Git-Url: https://git.nmode.ca/Fey/blobdiff_plain/2e2b3d1671a5695e0c39c9c1203488ab032c05fd..a36e9479b2f84cc9b4e5b92e304ca2fac8ac8608:/script/fey diff --git a/script/fey b/script/fey index bba93c7..a612187 100644 --- a/script/fey +++ b/script/fey @@ -8,11 +8,13 @@ use App::Fey qw(fey); my $options = { fork => 0, + group => 0, single => 0 }; GetOptions( 'f|fork' => \$options->{fork}, + 'g|group' => \$options->{group}, 's|single' => \$options->{single} );