Skip to content

Commit

Permalink
fix: completions for mise use
Browse files Browse the repository at this point in the history
Fixes #4145
  • Loading branch information
jdx committed Jan 17, 2025
1 parent 1b6ea86 commit ec0dd1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mise.usage.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -1199,9 +1199,9 @@ case $cur in
done
;;
esac
"#
"""#

complete "installed_tool@version" run=r#"
complete "installed_tool@version" run=#"""
cur="{{words[CURRENT]}}"
case $cur in
*@*)
Expand Down
4 changes: 2 additions & 2 deletions src/assets/mise-extra.usage.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ case $cur in
done
;;
esac
"#
"""#

complete "installed_tool@version" run=r#"
complete "installed_tool@version" run=#"""
cur="{{words[CURRENT]}}"
case $cur in
*@*)
Expand Down

0 comments on commit ec0dd1d

Please sign in to comment.