]> nmode's Git Repositories - Fey/blobdiff - script/fey
Allow reading files/URIs from STDIN
[Fey] / script / fey
index 69eca68a6bef2e525c7e213f65b5c423b7cf0edf..490366d8d5ad02e465eeb12838b6b5f015902c65 100644 (file)
@@ -10,6 +10,7 @@ my $options = {
     context => undef,
     fork => 0,
     group => 0,
+    interactive => 0,
     single => 0
 };
 
@@ -17,6 +18,7 @@ GetOptions(
     'c|context:s' => \$options->{context},
     'f|fork' => \$options->{fork},
     'g|group' => \$options->{group},
+    'i|interactive' => \$options->{interactive},
     's|single' => \$options->{single}
 );