Commit Graph

5 Commits

Author SHA1 Message Date
André Cruz
327703871b Implement noop completion, fixes #691. 2013-07-30 21:48:14 +01:00
Nicolas Gallagher
62337e34a3 CLEAN SLATE: reset working tree 2013-07-16 15:04:41 -07:00
André Cruz
b6eb6642f8 CS. 2013-02-02 11:16:58 +00:00
Mickael Daniel
b544425667 completion - generic method to complete command options
at command level, attach the `shorthand` Hash to the completion
function. The completion command will then try to complete shorthands
and longer flag based on user input.

completing after just one `-` will complete the list of short flags.

completing after just two `--` will complete the list of longer flags.
2012-12-25 16:03:21 +01:00
Mickael Daniel
174c37d75d Tab completion, handler for install command
- results of the first lookup is cached to
  ~/.bower/completion/install.json
- consider caching in ~/.bower/cache instead, so that cache-clean
  command also removes completion cache.
2012-12-01 21:32:07 +01:00