]> nmode's Git Repositories - Fey/blobdiff - script/fey
Add option to group files/URIs
[Fey] / script / fey
index bba93c7fb37e984e49805328c75fa5676ccb8acc..a612187d71871fc81b592b00dab9056573c2a36f 100644 (file)
@@ -8,11 +8,13 @@ use App::Fey qw(fey);
 
 my $options = {
     fork => 0,
 
 my $options = {
     fork => 0,
+    group => 0,
     single => 0
 };
 
 GetOptions(
     'f|fork' => \$options->{fork},
     single => 0
 };
 
 GetOptions(
     'f|fork' => \$options->{fork},
+    'g|group' => \$options->{group},
     's|single' => \$options->{single}
 );
 
     's|single' => \$options->{single}
 );