perldoc-complete
perldoc-complete copied to clipboard
Add --install switch or something similar
It would be nice if the user could ask perldoc-complete to add itself to their .bashrc. Maybe --bash and --zsh switches which echo the command line to STDOUT. Something along those lines.
(Implementation note: delay loading Getopt,
if (@ARGV) { require Getopt::Long; ... }
)