SYNOPSIS In Rinci metadata: args => { foo => { ... 'x.completion' => [filename => {file_regex_filter=>qr/\.(yaml|yml)$/i}], }, ... }, ... DESCRIPTION This is a module to support an experimental (and temporary?) way to ease writing completion routine. Instead of putting a coderef in completion or element_completion property in argument specification, you put [$name, \%args] in x.completion or x.element_completion attributes. $name is the name of submodule to use, and \%args is arguments. SEE ALSO Perinci::Sub::Complete