Skip to content

Commit

Permalink
Reintroduce shell indicators
Browse files Browse the repository at this point in the history
Change-Id: I0d9af720169fc19657db1d757e9fe16d4663e0b5
  • Loading branch information
Akron committed Mar 22, 2024
1 parent 58b4c8d commit 9cb8c98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Readme.pod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ korapxml2krill - Merge KorAP-XML data and create Krill documents

=head1 SYNOPSIS

korapxml2krill [archive|extract] --input <directory|archive> [options]
$ korapxml2krill [archive|extract] --input <directory|archive> [options]


=head1 DESCRIPTION
Expand All @@ -34,7 +34,7 @@ In addition to work with zip archives, the C<unzip> tool needs to be present.

=head1 ARGUMENTS

korapxml2krill -z --input <directory> --output <filename>
$ korapxml2krill -z --input <directory> --output <filename>

Without arguments, C<korapxml2krill> converts a directory of a single KorAP-XML document.
It expects the input to point to the text level folder.
Expand All @@ -43,7 +43,7 @@ It expects the input to point to the text level folder.

=item B<archive>

korapxml2krill archive -z --input <directory|archive> --output <directory|tar>
$ korapxml2krill archive -z --input <directory|archive> --output <directory|tar>

Converts an archive of KorAP-XML documents. It expects a directory
(pointing to the corpus level folder) or one or more zip files as input.
Expand All @@ -56,7 +56,7 @@ Extracts KorAP-XML documents from a zip file.

=item B<serial>

korapxml2krill serial -i <archive1> -i <archive2> -o <directory> -cfg <config-file>
$ korapxml2krill serial -i <archive1> -i <archive2> -o <directory> -cfg <config-file>

Convert archives sequentially. The inputs are not merged but treated
as they are (so they may be premerged or globs).
Expand All @@ -67,7 +67,7 @@ the output will be a tar file.

=item B<slimlog>

korapxml2krill slimlog <logfile> > <logfile-slim>
$ korapxml2krill slimlog <logfile> > <logfile-slim>

Filters out all useless aka succesfull information from logs, to simplify
log checks. Expects no further options.
Expand Down
14 changes: 7 additions & 7 deletions script/korapxml2krill
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ korapxml2krill - Merge KorAP-XML data and create Krill documents
=head1 SYNOPSIS
korapxml2krill [archive|extract] --input <directory|archive> [options]
$ korapxml2krill [archive|extract] --input <directory|archive> [options]
=head1 DESCRIPTION
Expand All @@ -1115,7 +1115,7 @@ The C<korapxml2krill> command line tool is a simple wrapper of this library.
The preferred way to install L<KorAP::XML::Krill> is to use L<cpanm|App::cpanminus>.
cpanm https://github.com/KorAP/KorAP-XML-Krill.git
$ cpanm https://github.com/KorAP/KorAP-XML-Krill.git
In case everything went well, the C<korapxml2krill> tool will
be available on your command line immediately.
Expand All @@ -1126,7 +1126,7 @@ In addition to work with zip archives, the C<unzip> tool needs to be present.
=head1 ARGUMENTS
korapxml2krill -z --input <directory> --output <filename>
$ korapxml2krill -z --input <directory> --output <filename>
Without arguments, C<korapxml2krill> converts a directory of a single KorAP-XML document.
It expects the input to point to the text level folder.
Expand All @@ -1135,20 +1135,20 @@ It expects the input to point to the text level folder.
=item B<archive>
korapxml2krill archive -z --input <directory|archive> --output <directory|tar>
$ korapxml2krill archive -z --input <directory|archive> --output <directory|tar>
Converts an archive of KorAP-XML documents. It expects a directory
(pointing to the corpus level folder) or one or more zip files as input.
=item B<extract>
korapxml2krill extract --input <archive> --output <directory> --sigle <SIGLE>
$ korapxml2krill extract --input <archive> --output <directory> --sigle <SIGLE>
Extracts KorAP-XML documents from a zip file.
=item B<serial>
korapxml2krill serial -i <archive1> -i <archive2> -o <directory> -cfg <config-file>
$ korapxml2krill serial -i <archive1> -i <archive2> -o <directory> -cfg <config-file>
Convert archives sequentially. The inputs are not merged but treated
as they are (so they may be premerged or globs).
Expand All @@ -1159,7 +1159,7 @@ the output will be a tar file.
=item B<slimlog>
korapxml2krill slimlog <logfile> > <logfile-slim>
$ korapxml2krill slimlog <logfile> > <logfile-slim>
Filters out all useless aka succesfull information from logs, to simplify
log checks. Expects no further options.
Expand Down

0 comments on commit 9cb8c98

Please sign in to comment.