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

- added ldp modes

parent 81821251
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,6 @@ sub description { ...@@ -33,8 +33,6 @@ sub description {
sub opt_spec { sub opt_spec {
return( return(
["debug" => "enable user agent debug output"], ["debug" => "enable user agent debug output"],
["lzaid|l=s", "count AIPs by given LZA id"],
["descriptive|d=s" => "count based on string search in descriptive metadata"],
#["source|s=s" => "count based on string search in source metadata"], #["source|s=s" => "count based on string search in source metadata"],
["aip|a=s" => "count AIPs by given AIP id"], ["aip|a=s" => "count AIPs by given AIP id"],
[ 'datemode' => hidden => { [ 'datemode' => hidden => {
...@@ -44,6 +42,8 @@ sub opt_spec { ...@@ -44,6 +42,8 @@ sub opt_spec {
] ]
} }
], ],
["descriptive|d=s" => "count based on string search in descriptive metadata"],
["lzaid|l=s", "count AIPs by given LZA id"],
["format" => hidden => {one_of => [ ["format" => hidden => {one_of => [
["pronom-id|p=s" => "with pronom format id"], ["pronom-id|p=s" => "with pronom format id"],
#["without-format=s" => "without pronom format id"], #["without-format=s" => "without pronom format id"],
...@@ -55,6 +55,13 @@ sub opt_spec { ...@@ -55,6 +55,13 @@ sub opt_spec {
[ 'only-new|only-first-ingest', 'only if AIP is first ingest' ], [ 'only-new|only-first-ingest', 'only if AIP is first ingest' ],
] } ], ] } ],
[ 'workflow|w=s' => 'LZA internal workflow name'], [ 'workflow|w=s' => 'LZA internal workflow name'],
[ 'ldpmode' => hidden => {
one_of => [
[ 'only-ldp-saxon', 'only if AIP is LDP Saxon funded' ],
[ 'only-ldp', 'only if AIP is LDP funded' ],
[ 'no-ldp', 'only if AIP is not LDP funded' ],
] } ],
[],
[], [],
[ 'help|h', 'print usage message and exit', { shortcircuit => 1 } ], [ 'help|h', 'print usage message and exit', { shortcircuit => 1 } ],
[ 'version|v', 'print version information', { shortcircuit => 1 } ], [ 'version|v', 'print version information', { shortcircuit => 1 } ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment