Argcomplete library supports custom completers, but their assigning to arguments should be done before rpkg initialization. This patch introduces mechanism how to pass specific completers for rhpkg/fedpkg to rpkg.
JIRA: RHELCMP-89
Signed-off-by: Ondrej Nosek onosek@redhat.com Signed-off-by: Dominik Rumian drumian@redhat.com
rebased onto 3b506342632047f55a9e18ebb635599b58f9a101
rebased onto 9afa0d777e0da851480797ee99ad14aba8259198
rebased onto 092d37162ec8e4f93ab5f84c41df25f9181a8a91
I would not use "fedpkg" in names here. rpkg is an underlying library and this completer's functionality might be used by more tools. Something more general?
1 new commit added
Argcomplete library supports custom completers, but their assigning
2 new commits added
Support for custom completers
rebased onto 78059900ded1e98af035b3a85eef4b5129ad269c
rebased onto b50f846da5a8c13828e9cd89de086bdaad9b7a90
rebased onto 3e7cbdd9695a3bb405aa39ed0048fb5e86172e9e
rebased onto 0d86f25bc6e72d1ed0f7358478151b55f840426f
rebased onto 0e085b55192febefe2ce003f209f3836c56bd9a0
rebased onto 7e2ac4701809cee0087dab0e8fd83ab802fd3684
Pull-Request has been merged by onosek
Argcomplete library supports custom completers, but their assigning
to arguments should be done before rpkg initialization. This patch
introduces mechanism how to pass specific completers for rhpkg/fedpkg
to rpkg.
JIRA: RHELCMP-89
Signed-off-by: Ondrej Nosek onosek@redhat.com
Signed-off-by: Dominik Rumian drumian@redhat.com