[libtest-bdd-cucumber-perl] 24/52: added documentation for --i18n option

Intrigeri intrigeri at moszumanska.debian.org
Thu Jun 19 10:18:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 0.19
in repository libtest-bdd-cucumber-perl.

commit 47772daa7d733fab51dd144c4a9a712b00e26e50
Author: glauschwuffel <glauschwuffel at nomaden.org>
Date:   Mon May 26 22:06:45 2014 +0200

    added documentation for --i18n option
---
 bin/pherkin | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/pherkin b/bin/pherkin
index 63cd7af..b533dea 100755
--- a/bin/pherkin
+++ b/bin/pherkin
@@ -33,6 +33,8 @@ is considered to be failing.
  -t, --tags @tag        Run scenarios tagged with '@tag'
  -t, --tags @tag1, at tag2 Run scenarios tagged with '@tag1' and '@tag2'
  -t, --tags ~@tag       Run scenarios tagged without '@tag'
+ --i18n LANG            List keywords for a particular language.
+                        '--i18n help' lists all languages available.
 
 =head1 OUTPUTS
 
@@ -57,6 +59,7 @@ Copyright 2012, Peter Sergeant; Licensed under the same terms as Perl
 use strict;
 use warnings;
 use FindBin::libs;
+use App::pherkin;
 
 BEGIN {
     if ( not -t STDOUT ) {
@@ -64,7 +67,6 @@ BEGIN {
     }
 }
 
-use App::pherkin;
 my $result = App::pherkin->new()->run( @ARGV );
 
 exit( $result->result eq 'failing' );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git



More information about the Pkg-perl-cvs-commits mailing list