X-Git-Url: https://git.nmode.ca/Fey/blobdiff_plain/954db7dc2771873586af19231ebb19a9c2dbdbae..4e138f7a2baf0a4565bd82a3757ed5da97f56549:/script/fey diff --git a/script/fey b/script/fey index 69eca68..490366d 100644 --- a/script/fey +++ b/script/fey @@ -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} );