# Term::CLI

The `Term::CLI` module implements a convenient interactive CLI parser based on [Term::ReadLine](https://metacpan.org/pod/Term::ReadLine), providing command-line completion and input validation.

For more information, see the [Term::CLI::Tutorial](https://metacpan.org/dist/Term-CLI/view/lib/Term/CLI/Tutorial.pod) and [Term::CLI::Intro](https://metacpan.org/dist/Term-CLI/view/lib/Term/CLI/Intro.pod) POD pages.

## Repository Information

The source code is maintained at: https://github.com/sbakker/perl-Term-CLI

## Contributing

See the [CONTRIBUTING.md](CONTRIBUTING.md) file.

## Copyright and License

This software is copyright (c) 2021 by Steven Bakker (SBAKKER).

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

For more details, see the full text of the licenses in the [LICENSE](LICENSE) file.