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; ... }
)
It would be nice if the user could ask
perldoc-completeto add itself to their.bashrc. Maybe--bashand--zshswitches which echo the command line toSTDOUT. Something along those lines.(Implementation note: delay loading Getopt,
)