EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

completion on options #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ls -<TAB> should show a list of possible options.

For implementation, probably modify hotwire/completion.py, class
TokenCompleter to not just use PathCompleter, but also look up the current
builtin and get its options, yield completions based on those.  

Original issue reported on code.google.com by cgwalt...@gmail.com on 26 Jan 2008 at 2:22