App-PerinciUtils
view release on metacpan or search on metacpan
script/wrap-with-perinci-sub-wrapper view on Meta::CPAN
666768697071727374757677787980818283848586
multiple_args
=> {
summary
=>
'Call with multiple args (array of args)'
,
schema
=> [
'array*'
,
of
=>
'any'
],
tags
=> [
'category:argument-specification'
],
},
args_file
=> {
schema
=>
'str*'
,
summary
=>
'Retrieve args from file'
,
description
=>
<<'_',
JSON and YAML formats are supported. File type will be guessed from filename,
defaults to JSON.
_
'x.schema.entity'
=>
'filename'
,
tags
=> [
'category:argument-specification'
],
},
multiple_args_file
=> {
schema
=>
'str*'
,
summary
=>
'Retrieve multiple args from file'
,
description
=> <<
'_'
,
script/wrap-with-perinci-sub-wrapper view on Meta::CPAN
388389390391392393394395396397398399400401402403404405406407408Give hint
for
args file type.
Valid
values
:
[
"json"
,
"yaml"
]
=item B<--args-file>=I<filename>
Retrieve args from file.
JSON and YAML formats are supported. File type will be guessed from filename,
defaults to JSON.
=item B<--args-json>=I<s>
See C<--args>.
=item B<--args>=I<s>
=item B<--multiple-args-file>=I<filename>
( run in 0.606 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )