App-PerinciUtils

 view release on metacpan or  search on metacpan

script/wrap-with-perinci-sub-wrapper  view on Meta::CPAN

66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
        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

388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
Give 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 )