jimpudar has asked for the wisdom of the Perl Monks concerning the following question:

Hello esteemed monks,

I came across this article on auto-completion in Bash scripts, and heard about Click for Python.

I build command line applications a lot in Perl, and I'm wondering if there is anything similar.

Today, my weapons of choice are Getopt::Long and Pod::Usage, but I don't get any of the magic auto-completion you would get with Click.

Any suggestions would be most appreciated!

Best,

Jim

πάντων χρημάτων μέτρον έστιν άνθρωπος.

  • Comment on Modules for building friendly CLI scripts?

Replies are listed 'Best First'.
Re: Modules for building friendly CLI scripts?
by Discipulus (Canon) on Mar 01, 2019 at 19:41 UTC
Re: Modules for building friendly CLI scripts?
by haukex (Archbishop) on Mar 01, 2019 at 20:42 UTC

    I recently played around with IO::Prompter and thought it was pretty nice. It features input autocompletion as well.

Re: Modules for building friendly CLI scripts?
by trippledubs (Deacon) on Mar 01, 2019 at 19:33 UTC