docs: fix the mkdocs admonition I recently added

I didn't check the indentation as it _needs_ to be a codeblock to render correctly.
This commit is contained in:
Philip Metzger 2025-01-10 23:29:57 +01:00 committed by Philip Metzger
parent f9dad76512
commit c40e5210c4

View file

@ -220,10 +220,10 @@ transition once we default to these new completions.
!!! info "Why are the improved completions not the default?"
To get the improved completions it is required to set the `COMPLETION` env
variable to your current shell before using the completion command, as they're
not the default yet. See the upstream clap issue [#3166][clap] for the
explanation.
To get the improved completions it is required to set the `COMPLETION` env
variable to your current shell before using the completion command, as
they're not the default yet. See the upstream clap issue [#3166][clap]
for the explanation.
### Bash