App-PerinciUtils

 view release on metacpan or  search on metacpan

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

        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

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.971 second using v1.01-cache-2.11-cpan-748bfb374f4 )