Subject: | First tab completion doesn't work |
We have a shell ui (bin/fastly under the Net::Fastly distribution) where the first time you do a
tab completion the args don't get printed out. I've added a minimal test case - if you start it
up and type
Show quoted text
fastly> show service
and then hit tab nothing is printed out. If you hit tab again then "foo bar" is correctly printed
out.
debug_complete shows that the correct array ref is being returned - it's just not printed.
This is using Term::ReadLine::Perl 1.0303
It's possible I'm missing something from the documentation though. I'm wondering if it's
anything to do with "The string is intended to be a reminder and is printed whenever the user
types tab twice "
Thanks!
Simon
Subject: | test |
Message body not shown because it is not plain text.