perldoc-complete icon indicating copy to clipboard operation
perldoc-complete copied to clipboard

Add --install switch or something similar

Open ap opened this issue 15 years ago • 0 comments

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; ... }

)

ap avatar Feb 16 '10 16:02 ap