Re: [PATCH] cli: handle bash completion of all shared options

2021-12-25 Thread David Bremner
Tobias Backer Dirks writes: > A slight rework of base bash completion to handle all shared options. > This simplifies the handling of base commands and adds creature comforts > such as directory completion for --config, and removing trailing spaces > from options ending in an `=`. Also fixes a

Re: [PATCH] cli: handle bash completion of all shared options

2021-12-04 Thread David Bremner
Tobias Backer Dirks writes: > A slight rework of base bash completion to handle all shared options. > This simplifies the handling of base commands and adds creature comforts > such as directory completion for --config, and removing trailing spaces > from options ending in an `=`. Also fixes a

Re: [PATCH] cli: handle bash completion of all shared options

2021-05-02 Thread David Bremner
Tobias Backer Dirks writes: > A slight rework of base bash completion to handle all shared options. > This simplifies the handling of base commands and adds creature comforts > such as directory completion for --config, and removing trailing spaces > from options ending in an `=`. Also fixes a

[PATCH] cli: handle bash completion of all shared options

2021-04-26 Thread Tobias Backer Dirks
A slight rework of base bash completion to handle all shared options. This simplifies the handling of base commands and adds creature comforts such as directory completion for --config, and removing trailing spaces from options ending in an `=`. Also fixes a bug reported in [1], wherein completion