First check
Description
Is it possible / would it be possible to programatically install completions (for example during pip install ) in order to exclude --install-completion / --show-completion from CLI options?
Additional context
The use case is the following: an app delivered to a customer as much auto-configured as possible, since its technical knowledge / ability is limited and the motto for me here is providing software as simple as possible, therefore keeping only bare minimum configuration options without losing functionality.
Scenario:
cmd / bash shells (Win10 and Ubuntu 20.04).
Thanks in advance!
First check
Description
Is it possible / would it be possible to programatically install completions (for example during pip install ) in order to exclude --install-completion / --show-completion from CLI options?
Additional context
The use case is the following: an app delivered to a customer as much auto-configured as possible, since its technical knowledge / ability is limited and the motto for me here is providing software as simple as possible, therefore keeping only bare minimum configuration options without losing functionality.
Scenario:
cmd / bash shells (Win10 and Ubuntu 20.04).
Thanks in advance!