mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-01 00:50:57 +00:00
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:
parent
f9dad76512
commit
c40e5210c4
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue