The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Term::CLI::Argument::Filename - class for file name arguments in Term::CLI

VERSION

version 0.04006

SYNOPSIS

 use Term::CLI::Argument::Filename;

 my $arg = Term::CLI::Argument::Filename->new(name => 'arg1');

DESCRIPTION

Class for file name arguments in Term::CLI(3p). Inherits from the Term::CLI::Argument(3p) class.

CLASS STRUCTURE

Inherits from:

Term::CLI::Argument(3p).

Consumes:

None.

CONSTRUCTORS

See Term::CLI::Argument(3p).

ACCESSORS

See Term::CLI::Argument(3p).

METHODS

See Term::CLI::Argument(3p). Additionally:

complete ( PARTIAL )

Use Term::ReadLine::Gnu's file name completion function.

SEE ALSO

Term::CLI::Argument(3p), Term::ReadLine::Gnu(3p), Term::CLI(3p).

AUTHOR

Steven Bakker <sbakker@cpan.org>, 2018.

COPYRIGHT AND LICENSE

Copyright (c) 2018 Steven Bakker

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See "perldoc perlartistic."

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.