Skip to content
Snippets Groups Projects
Commit 9c478a88 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- added version output if version

parent 7d67168b
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,9 @@ sub execute { ...@@ -41,6 +41,9 @@ sub execute {
$SLUB::LZA::TA::config{elasticsearchport} $SLUB::LZA::TA::config{elasticsearchport}
); );
} }
if ($opt->{version}) {
say $SLUB::LZA::TA::VERSION;
}
return 1; return 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment