feat(mise): add usage

This is needed to make `mise` completion.
This commit is contained in:
João Paulo Dubas 2024-06-16 12:55:58 +00:00
parent 597bb2a6f1
commit 7194feb07e
2 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
terraform \ terraform \
tilt \ tilt \
tmux \ tmux \
usage \
usql \ usql \
yarn \ yarn \
zoxide zoxide

View File

@ -32,6 +32,7 @@ task = "3.37.2"
terraform = "1.8.3" terraform = "1.8.3"
tilt = "0.33.13" tilt = "0.33.13"
tmux = "3.4" tmux = "3.4"
usage = "0.3.0"
usql = "0.19.1" usql = "0.19.1"
yarn = "1.22.19" yarn = "1.22.19"
zoxide = "0.9.4" zoxide = "0.9.4"