Skip to content
Snippets Groups Projects
Commit 5684fbe2 authored by magnus2142's avatar magnus2142
Browse files

removed shell completion feature for now, it is too unstable

parent 83414b69
No related branches found
No related tags found
No related merge requests found
......@@ -108,14 +108,14 @@ Test if the installation was successful by running ```$ bb --version``` command.
$ bb --version
bb, version 0.1.0
```
<!--
**Shell completion:** The CLI also supports shell completion with TAB, but is currently only comaptible with bash, zsh and fish. To activate this, execute the command:
```Shell
bb activate-shell-completion {YOUR_SHELL}
```
This feauture is still unstable and if you encounter any problems, please check the [Click shell completion help page](https://click.palletsprojects.com/en/8.1.x/shell-completion/).
This feauture is still unstable and if you encounter any problems, please check the [Click shell completion help page](https://click.palletsprojects.com/en/8.1.x/shell-completion/). -->
## Usage
......
......@@ -94,7 +94,7 @@ def activate_shell_completion(shell: str):
click.echo('Shell not recognized, or CLI shell completion is not compatible with your Shell')
entry_point.add_command(activate_shell_completion)
# entry_point.add_command(activate_shell_completion)
"""
COURSE COMMANDS ENTRY POINT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment