Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Command completion simplified and working for list, dummies for other cmds. | W. Trevor King | 2008-11-27 | 1 | -1/+1 |
| | | | | | | | | All the other commands currently use default_complete(), which has no effect other than catching the --complete option and effectively aborting execution. This closes 8e1bbda4-35b6-4579-849d-117b1596ee99 | ||||
* | Basic bash completion is now supported. | W. Trevor King | 2008-11-27 | 5 | -0/+93 |
I'm still working on a clean implementation though... |