Open dbosk opened 5 years ago
hub.bash_completion checked against 2.9.0. The basics are fine, so no urgency, but here goes.
Provided the comment in the source is correct (it was for those I verified, but I didn't verify all):
hub browse [-u] [--|[USER/]REPOSITORY] [SUBPAGE], but should be hub browse [-uc] [[USER/]REPOSITORY|--] [SUBPAGE]
hub browse [-u] [--|[USER/]REPOSITORY] [SUBPAGE]
hub browse [-uc] [[USER/]REPOSITORY|--] [SUBPAGE]
hub compare [-u] [USER[/REPOSITORY]] [[START...]END], but should be
hub compare [-u] [USER[/REPOSITORY]] [[START...]END]
hub compare [-uc] [USER] [[START...]END] hub compare [-uc] [-b BASE]
hub create [NAME] [-p] [-d DESCRIPTION] [-h HOMEPAGE], but should be hub create [-poc] [-d DESCRIPTION] [-h HOMEPAGE] [[ORGANIZATION/]NAME]
hub create [NAME] [-p] [-d DESCRIPTION] [-h HOMEPAGE]
hub create [-poc] [-d DESCRIPTION] [-h HOMEPAGE] [[ORGANIZATION/]NAME]
hub fork [--no-remote] but should be hub fork [--no-remote] [--remote-name REMOTE] [--org ORGANIZATION]
hub fork [--no-remote]
hub fork [--no-remote] [--remote-name REMOTE] [--org ORGANIZATION]
hub pull-request [-f] [-m <MESSAGE>|-F <FILE>|-i <ISSUE>|<ISSUE-URL>] [-b <BASE>] [-h <HEAD>] [-a <USER>] [-M <MILESTONE>] [-l <LABELS>], but should be
hub pull-request [-f] [-m <MESSAGE>|-F <FILE>|-i <ISSUE>|<ISSUE-URL>] [-b <BASE>] [-h <HEAD>] [-a <USER>] [-M <MILESTONE>] [-l <LABELS>]
hub pull-request [-focp] [-b BASE] [-h HEAD] [-r REVIEWERS ] [-a ASSIGNEES] [-M MILESTONE] [-l LABELS] hub pull-request -m MESSAGE [--edit] hub pull-request -F FILE [--edit] hub pull-request -i ISSUE
As in, it completes the command name itself, but no arguments. The affected commands:
ci-status
delete
fork
issue
pr
release
sync
Other related issues:
hub.bash_completion checked against 2.9.0. The basics are fine, so no urgency, but here goes.
Outdated completion:
Provided the comment in the source is correct (it was for those I verified, but I didn't verify all):
hub browse [-u] [--|[USER/]REPOSITORY] [SUBPAGE]
, but should behub browse [-uc] [[USER/]REPOSITORY|--] [SUBPAGE]
hub compare [-u] [USER[/REPOSITORY]] [[START...]END]
, but should behub create [NAME] [-p] [-d DESCRIPTION] [-h HOMEPAGE]
, but should behub create [-poc] [-d DESCRIPTION] [-h HOMEPAGE] [[ORGANIZATION/]NAME]
hub fork [--no-remote]
but should behub fork [--no-remote] [--remote-name REMOTE] [--org ORGANIZATION]
hub pull-request [-f] [-m <MESSAGE>|-F <FILE>|-i <ISSUE>|<ISSUE-URL>] [-b <BASE>] [-h <HEAD>] [-a <USER>] [-M <MILESTONE>] [-l <LABELS>]
, but should beMissing completion
As in, it completes the command name itself, but no arguments. The affected commands:
ci-status
delete
fork
issue
pr
release
sync