Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-08 | bash-completion: Don't offer short options where corresponding long one exists. | Ville Skyttä | 1 | -1/+1 | |
Users who know the short options can just hit the short option instead of tab, and it's not likely that it would be helpful to present a list of single character options to users who don't know them, doing so just unnecessarily trashes the list of suggestions. Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> | |||||
2013-04-08 | bash-completion: Don't offer any more completions after help or version. | Ville Skyttä | 1 | -0/+3 | |
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> | |||||
2013-04-05 | bash-completion: rename shell-completion -> bash-completion | Karel Zak | 1 | -0/+23 | |
Signed-off-by: Karel Zak <kzak@redhat.com> |